Add a couple of AWS questions

This commit is contained in:
abregman
2021-12-20 22:29:27 +02:00
parent 6706171ca9
commit 64f3fc9164
7 changed files with 414 additions and 251 deletions

View File

@ -0,0 +1,11 @@
## 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
1. Make sure TTL is 30
2. Associate the failover record with the health check you have