devops-exercises/topics/aws/exercises/route_53_failover/exercise.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

327 B

AWS Route 53 - Failover

Requirements

A running EC2 web instance with an health check defined for it in Route 53

Objectives

  1. Create a failover record that will failover to another record if an health check isn't passing
  2. Make sure TTL is 30
  3. Associate the failover record with the health check you have