Question

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

GlowCare Cosmetics plans to migrate its on-premises relational database to Amazon Relational Database Service (Amazon RDS) to reduce database administration tasks. The company wants to complete this transition quickly without changing its core application architecture or rewriting its code. Which cloud migration strategy is the company using?

  1. A
    Rehosting
  2. ReplatformingAnswer
  3. C
    Refactoring
  4. D
    Retaining

Answer

Replatforming
The correct strategy is Replatforming. Replatforming involves making minor optimizations, such as migrating a self-managed database to a fully managed service like Amazon RDS, to reduce administrative tasks without changing the core application code or architecture.

Step-by-Step Solution

1
Analyze the migration target in the scenario.
The target is migrating an on-premises database to Amazon RDS, a managed service.
This establishes that an optimization (moving to a managed service) is being made to reduce administrative work.
2
Identify constraints on the code and architecture.
The company does not plan to change its core application architecture or rewrite any code.
This rules out refactoring or re-architecting, which requires code modifications.
3
Match the scenario to the correct migration strategy.
Migrating to a managed service without changing core application code is known as Replatforming.
Replatforming is the strategy that involves minimal modifications ('tinkering') to achieve cloud benefits, such as moving to a managed database.

Key Concept

AWS Cloud Migration Strategies (6 Rs) - Replatforming vs. Rehosting vs. Refactoring
Estimated Time:1m 0s
Rate this question