AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 132

A company has developed a new web application on AWS. The application runs on Amazon Elastic Container Service (Amazon ECS) on AWS Fargate behind an Application Load Balancer (ALB) in the us-east-1 Region. The application uses Amazon Route 53 to host the DNS records for the domain. The content that is served from the website is mostly static images and files that are not updated frequently. Most of the traffic to the website from end users will originate from the United States. Some traffic will originate from Canada and Europe.

A network engineer needs to design a solution that will reduce latency for end users at the lowest cost. The solution also must ensure that all traffic is encrypted in transit until the traffic reaches the ALB.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it utilizes Amazon CloudFront to cache static content, reducing latency for users while ensuring that all traffic is encrypted using HTTPS. The other options either do not provide a caching mechanism (A and D) or do not enforce HTTPS correctly (B), making them less optimal for the given requirements.