Route 53 Typical Exam Questions. AWS Solutions Architect Associate Complete Course
Chapter 11: Route 53 AWS Solutions Architect Exam Questions
As we saw in the previous chapter, AWS Route 53 is an excellent service that allows us to do many things, especially when combined with other services such as CloudFront, Elastic Load Balancers… Let’s look at the typical questions in the AWS Solutions Architect Associate exam!
Remember that all the chapters from the course can be found in the following link.
SOLUTIONS
A multi-tier web application currently hosts two web services on the same set of instances, listening for traffic on different ports. Which AWS service should we use to route traffic to the service based on the incoming request path?
- Amazon Route 53
- Amazon CloudFront
- Application Load Balancer (ALB)
- Classic Load Balancer (CLB)
Solution: 3. The Application Load Balancer operates at the request level (Layer 7), making it suitable for routing traffic based on application content, such as HTTP headers and the URL in the request, and distributing traffic across multiple targets or instances.