Question

Difficulty: MediumUnderstand the benefits of and strategies for migration to the AWS Cloud

AeroWing Logistics is planning a migration of its on-premises infrastructure to AWS. During the discovery phase, the migration team identifies two specific systems:

1. A legacy package-tracking utility that has been completely replaced by a newer system and is no longer used by any business unit.
2. A critical customer portal running on an on-premises web server. The team wants to move the portal to AWS while reducing database management overhead. They plan to migrate the self-managed database to Amazon Relational Database Service (Amazon RDS) without modifying the core application code.

Which two migration strategies should the company apply to these systems? (Select TWO.)

  1. A
    Rehosting
  2. ReplatformingAnswer
  3. C
    Refactoring
  4. RetiringAnswer
  5. E
    Repurchasing

Answer

Replatforming and Retiring are the correct migration strategies.
The correct strategy for the unused package-tracking utility is Retiring, as it is no longer required and should be turned off. The correct strategy for the customer portal is Replatforming because it replaces the on-premises database server with a managed service (Amazon RDS) without altering the application's core code.

Step-by-Step Solution

1
Analyze the first system: A legacy utility that is no longer used by any business unit.
Since it is obsolete and provides no business value, it should be decommissioned. This corresponds to the Retiring strategy.
Identifying and shutting down unnecessary resources reduces costs and migration scope.
2
Analyze the second system: A portal whose database is being moved to Amazon RDS to reduce management overhead without changing the core code.
This matches Replatforming, which involves making small optimizations (like adopting a managed database service) without changing the core architecture or code.
This strategy allows the organization to benefit from cloud-native automation (backups, patching) with minimal migration effort.

Key Concept

Cloud migration strategies (6 Rs) classify workloads during planning to optimize migration paths.
Rate this question