Aegis Insurance Group is preparing to migrate its legacy on-premises IT portfolio to the AWS Cloud. During the portfolio discovery phase, the migration team identifies two distinct systems:
- System 1: A core underwriting application that will be completely rewritten to utilize a cloud-native, serverless architecture with AWS Lambda and Amazon DynamoDB.
- System 2: An old, redundant testing environment that is no longer used by any business unit and has no regulatory data retention requirements.
Which of the following migration strategies represent the correct approach for these systems? (Select TWO.)
- Refactoring System 1 to transition to a serverless architectureAnswer
- Retiring System 2 since it is no longer requiredAnswer
- CRehosting System 1 to migrate it to Amazon EC2 without modifications
- DReplatforming System 2 to run on Amazon ECS
- ERepurchasing System 1 by licensing a commercial-off-the-shelf software-as-a-service (SaaS) solution
Answer
The correct strategies are Refactoring for System 1 and Retiring for System 2.
Refactoring (or Re-architecting) is chosen when an application needs to be rebuilt from scratch to utilize cloud-native features, such as serverless compute and managed databases, which aligns with System 1. Retiring involves decommissioning applications and assets that are no longer useful or needed, which applies to the redundant test environment in System 2.
Step-by-Step Solution
Key Concept
AWS Cloud Migration Strategies (6 Rs)
Estimated Time:1m 35s