ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 366 - SAA-C03 discussion

Report
Export

A company has a web application hosted over 10 Amazon EC2 instances with traffic directed by Amazon Route 53. The company occasionally experiences a timeout error when attempting to browse the application. The networking team finds that some DNS queries return IP addresses of unhealthy instances, resulting in the timeout error. What should a solutions architect implement to overcome these timeout errors?

A.
Create a Route 53 simple routing policy record for each EC2 instance. Associate a health check with each record.
Answers
A.
Create a Route 53 simple routing policy record for each EC2 instance. Associate a health check with each record.
B.
Create a Route 53 failover routing policy record for each EC2 instance. Associate a health check with each record.
Answers
B.
Create a Route 53 failover routing policy record for each EC2 instance. Associate a health check with each record.
C.
Create an Amazon CloudFront distribution with EC2 instances as its origin. Associate a health check with the EC2 instances.
Answers
C.
Create an Amazon CloudFront distribution with EC2 instances as its origin. Associate a health check with the EC2 instances.
D.
Create an Application Load Balancer (ALB) with a health check in front of the EC2 instances. Route to the ALB from Route 53.
Answers
D.
Create an Application Load Balancer (ALB) with a health check in front of the EC2 instances. Route to the ALB from Route 53.
Suggested answer: D

Explanation:

An Application Load Balancer (ALB) allows you to distribute incoming traffic across multiple backend instances, and can automatically route traffic to healthy instances while removing traffic from unhealthy instances. By using an ALB in front of the EC2 instances and routing traffic to it from Route 53, the load balancer can perform health checks on the instances and only route traffic to healthy instances, which should help to reduce or eliminate timeout errors caused by unhealthy instances.

asked 16/09/2024
Sergio Pena Ochoa
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first