A retail company is migrating its on-premises e-commerce application to AWS. The application currently runs on a single server with a MySQL database. The company wants to minimize operational overhead and improve scalability. Which migration strategy should be used?
Rehosting is quick and reduces operational overhead via RDS.
Why this answer
Option A is correct because lift-and-shift (rehosting) is the fastest way to migrate with minimal changes, reducing operational overhead. Option B is wrong because refactoring takes more time. Option C is wrong because re-platforming still requires modifications.
Option D is wrong because repurchasing would involve changing the application.