SAA-C03 · Question #28
A company serves its website by using an Auto Scaling group of Amazon EC2 instances in a single AWS Region. The website does not require a database. The company is expanding, and the company's…
The correct answer is B. An Amazon Route 53 multivalue answer routing policy. Amazon Route 53 Multivalue Answer Routing: This routing policy allows Route 53 to return multiple values, such as IP addresses, in response to DNS queries. This can distribute traffic across multiple resources and includes health checks to ensure traffic is only routed to…
Question
A company serves its website by using an Auto Scaling group of Amazon EC2 instances in a single AWS Region. The website does not require a database. The company is expanding, and the company's engineering team deploys the website to a second Region. The company wants to distribute traffic across both Regions to accommodate growth and for disaster recovery purposes The solution should not serve traffic from a Region in which the website is unhealthy. Which policy or resource should the company use to meet these requirements?
Options
- AAn Amazon Route 53 simple routing policy
- BAn Amazon Route 53 multivalue answer routing policy
- CAn Application Load Balancer in one Region with a target group that specifies the EC2 instance
- DAn Application Load Balancer in one Region with a target group that specifies the IP addresses of
How the community answered
(41 responses)- A2% (1)
- B80% (33)
- C7% (3)
- D10% (4)
Explanation
Amazon Route 53 Multivalue Answer Routing: This routing policy allows Route 53 to return multiple values, such as IP addresses, in response to DNS queries. This can distribute traffic across multiple resources and includes health checks to ensure traffic is only routed to healthy Configure health checks for each Region to monitor the health of the website instances. Route 53 will only include healthy instances in the DNS responses, ensuring that traffic is not routed to an unhealthy Region. Load Distribution and Disaster Recovery: Multivalue answer routing helps balance the load between instances in different Regions. If instances in one Region become unhealthy, Route 53 will route traffic to the healthy instances in the other Region. Operational Simplicity: This solution does not require complex configurations or additional resources, making it a simple yet effective way to distribute traffic and ensure high availability.
Community Discussion
No community discussion yet for this question.