A company is migrating a critical application to AWS and wants to ensure business continuity during the cutover. The migration plan includes a pilot light strategy. Which of the following BEST describes the pilot light pattern?
Trap 1: Take regular backups and restore them in AWS during cutover.
This is backup and restore, not pilot light.
Trap 2: Run a scaled-down but fully functional version of the environment…
This describes warm standby.
Trap 3: Run the application simultaneously in both environments and route…
This describes multi-site active-active.
- A
Take regular backups and restore them in AWS during cutover.
Why wrong: This is backup and restore, not pilot light.
- B
Run a scaled-down but fully functional version of the environment in AWS at all times.
Why wrong: This describes warm standby.
- C
Replicate data to AWS and run a minimal version of the application that can be scaled up during cutover.
Correct definition of pilot light.
- D
Run the application simultaneously in both environments and route traffic to both.
Why wrong: This describes multi-site active-active.