An agricultural technology firm, GreenGrow Solutions, is migrating its legacy inventory tracking system to the AWS Cloud. The system consists of a web server and a self-managed PostgreSQL database currently running on-premises. To minimize application code modifications, the team decides to migrate the web server to Amazon EC2 without changes. However, they decide to move the database to Amazon Relational Database Service (Amazon RDS) for PostgreSQL to eliminate database administration tasks like patching and backups. Which migration strategy is GreenGrow Solutions applying to the database tier?
- ARehosting
- ReplatformingCevap
- CRefactoring
- DRetaining
Cevap
Replatforming
The correct answer is Replatforming. GreenGrow Solutions is optimization-tuning their database by moving it from a self-managed virtual machine to a fully managed service (Amazon RDS) to reduce administrative overhead (like patching and backups) without changing the core application code or database engine type.
Adım Adım Çözüm
Anahtar Kavram
Identifying migration strategies (6 Rs) when moving workloads to AWS, specifically distinguishing between Rehosting and Replatforming.