CLF-C02 Question 201
Select 3A company wants to host a web application on AWS that requires secure, low-latency connections for users worldwide. Which AWS networking services should they consider using?
- A
Amazon CloudFront
- B
AWS Direct Connect
- C
AWS Global Accelerator
- D
Amazon Virtual Private Cloud (VPC)
- E
Amazon Route 53
Show answer and explanation
Correct answers: A, C, E
Explanation
To ensure a secure, low-latency experience for users worldwide, the company should use Amazon CloudFront for content delivery, AWS Global Accelerator for improved global performance and availability, and Amazon Route 53 for intelligent traffic routing based on user location. AWS Direct Connect and Amazon VPC do not directly address the requirements of this scenario.
- A. Correct.
Amazon CloudFront is a content delivery network (CDN) service that helps distribute content with low latency and high transfer speeds, making it ideal for delivering web applications globally.
- B. Incorrect.
AWS Direct Connect is a dedicated network connection between your data center and AWS, which is not relevant for optimizing global user access to a web application.
- C. Correct.
AWS Global Accelerator improves the availability and performance of your application for global users by routing traffic through the AWS global network.
- D. Incorrect.
Amazon Virtual Private Cloud (VPC) allows you to create a private network within AWS, but it does not directly optimize global access or improve latency for users.
- E. Correct.
Amazon Route 53 is a scalable Domain Name System (DNS) web service that helps route users to the nearest application endpoint, improving performance for global users.