It should be D. Refactor:
Lift and shift—moving applications to the cloud as-is. This is also sometimes referred to as rehosting. Refactor—modifying applications to better support the cloud environment.Replatform—moving applications to the cloud without major changes, but taking advantage of benefits of the cloud environment.Rebuild—rewrite the application from scratch.Replace—retire the application and replace it with a new cloud-native application.
D. Refactor (also called re-architect) is the migration strategy where an application is redesigned and modified to take full advantage of modern cloud-native features, such as microservices architectures. In this approach, a monolithic application is broken down into smaller, loosely coupled services (microservices) to improve scalability, flexibility, and maintainability.
Why Refactor is the Best Choice:
Breaking a monolithic application into microservices typically requires significant changes to the application's architecture and codebase.
Refactoring ensures the application leverages cloud-native features like containerization (using AWS services like Amazon ECS, Amazon EKS, or AWS Fargate) and serverless components (e.g., AWS Lambda).
It aligns with the goal of modernization and preparing the application for long-term agility and scalability in the cloud.
https://docs.aws.amazon.com/prescriptive-guidance/latest/large-migration-guide/migration-strategies.html
Refactor or re-architect is to convert a monolithic application into microservices.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
EssentialD
Highly Voted 1Â year, 5Â months agoasdfcdsxdfc
Highly Voted 1Â year, 5Â months agoAmin_013
Most Recent 4Â months agoiv0j
7Â months, 3Â weeks agoBirthday_bun
8Â months, 3Â weeks agosiru2
1Â year, 2Â months agoRuffyit
1Â year, 3Â months agopetercorn
1Â year, 5Â months ago