A logistics company is migrating its container tracking system to AWS. The system consists of two primary components:
1. Front-end Web Tier: A Java web application currently running on Apache Tomcat VMs. The company wants to eliminate VM administration overhead by moving it to Amazon Elastic Container Service (Amazon ECS) on AWS Fargate without modifying the application code.
2. Core Transaction Database: A legacy Microsoft SQL Server database. The company wants to eliminate SQL Server licensing costs by migrating the schema and data to Amazon Aurora PostgreSQL using the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS).
Which two migration strategies should the solutions architect select to align with the AWS 7 Rs migration framework?
- Replatform for the front-end web tierCevap
- Refactor for the transaction databaseCevap
- CReplatform for the transaction database
- DRehost for the front-end web tier
- ERefactor for the front-end web tier