AWS Interview Questions
AWS Interview Questions
6. how to deploy multiple load balancer behind a dns endpoint within a load balancer pool?
- so firstly we need to create multiple elb across availability zones with configuration such as listeners, target groups, health
checks then setup health check in route 53 to monitor of each elb and then create dns record set for your domain and
configure failover routing policiy. this policy allow you to route traffic to the secondary elb when the health check determines
that the primary elb is unhealthy. so then you can test.