An enterprise is planning to migrate its customer service portal application portfolio to AWS. The portfolio consists of the following components:
1. A web tier running Node.js on custom Linux VMs. The company wants to move this to a containerized managed service like AWS Fargate to eliminate operating system patching and administration without changing the code.
2. A database tier running PostgreSQL on-premises. The company wants to migrate to Amazon RDS for PostgreSQL to benefit from managed backups and scaling while keeping the exact same database engine.
3. A historical reporting module that was recently discovered to be obsolete, as its features have been fully absorbed by the core application database.
4. A legacy customer relationship management (CRM) application that will be replaced by a new third-party cloud-based software-as-a-service (SaaS) solution.
Which of the following migration strategy mappings correctly align the components with the 7 Rs framework? (Select TWO.)
- Replatform the Node.js web tier by containerizing the workload and deploying it to AWS Fargate.Answer
- Retire the historical reporting module by decommissioning it before or during the migration.Answer
- CRefactor the database tier by migrating the PostgreSQL database to Amazon RDS for PostgreSQL.
- DRehost the legacy CRM application by transitioning users to the new cloud-based SaaS solution.
- ERetain the Node.js web tier by hosting it on Amazon EC2 instances to maintain operating system access.