Apex Realty Group is migrating its IT infrastructure to the AWS Cloud. The migration team has decided to move its legacy customer-facing web portal directly to Amazon EC2 instances without modifying any code. Additionally, they plan to migrate their relational database to Amazon Relational Database Service (Amazon RDS) to minimize database administration effort while keeping the application's underlying code unchanged. Which two of the following migration strategies are being utilized by Apex Realty Group?
- RehostingAnswer
- ReplatformingAnswer
- CRefactoring / Re-architecting
- DRepurchasing
- ERetaining
Answer
Rehosting and Replatforming
Rehosting is correct because moving the legacy customer-facing web portal to Amazon EC2 without code changes is a classic lift-and-shift. Replatforming is correct because moving the database to a managed service like Amazon RDS to reduce management overhead while keeping the core code intact is a lift-tinker-and-shift.
Step-by-Step Solution
Key Concept
Cloud migration strategies (6 Rs)