
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company wants to modernize and convert a monolithic application into microservices. The company wants to move the application to AWS. Which migration strategy should the company use?
A
Rehost
B
Replatform
C
Repurchase
D
Refactor
Explanation:
Refactor is the correct migration strategy when converting a monolithic application into microservices architecture.
Microservices Transformation: Refactoring involves re-architecting the application to improve its structure, performance, and scalability. Converting a monolithic application to microservices requires significant architectural changes, which aligns with the refactor strategy.
AWS 6 R's of Migration:
Business Goal Alignment: The company specifically wants to "modernize and convert a monolithic application into microservices," which requires fundamental architectural changes rather than just moving the application to the cloud.
When migrating to microservices on AWS, companies typically use services like:
This approach allows for independent scaling, faster deployment, and better fault isolation compared to monolithic architectures.