
Answer-first summary for fast verification
Answer: Configure Amazon Route 53 with a geolocation policy
## Explanation **Correct Answer: C - Configure Amazon Route 53 with a geolocation policy** ### Why this is correct: 1. **Geolocation Routing Policy**: Amazon Route 53's geolocation routing policy allows you to route traffic based on the geographic location of your users. This is exactly what's needed when you have different distribution rights for content around the world. 2. **Content Distribution Rights Compliance**: The requirement explicitly states that the company has "different distribution rights for its content around the world." This means users in different geographic regions should be served different content based on licensing and distribution agreements. 3. **How it works**: With geolocation routing, you can configure Route 53 to direct users from specific continents, countries, or U.S. states to different Application Load Balancers that serve the appropriate content for their region. ### Why other options are incorrect: **A. Configure Amazon CloudFront with AWS WAF** - CloudFront is a content delivery network (CDN) that caches content at edge locations. - AWS WAF is a web application firewall for protecting against common web exploits. - While CloudFront can be configured with geographic restrictions, it's primarily for caching and performance, not for routing based on distribution rights compliance. **B. Configure Application Load Balancers with AWS WAF** - AWS WAF provides security protection but doesn't handle geographic routing. - Application Load Balancers distribute traffic across targets but don't have built-in geographic routing capabilities. **D. Configure Amazon Route 53 with a geoproximity routing policy** - Geoproximity routing routes traffic based on the geographic location of your resources and users. - It's designed to route users to the nearest resource, not to enforce content distribution rights based on geographic boundaries. - This is more about performance optimization than compliance with distribution rights. ### Key Distinction: - **Geolocation routing**: Routes traffic based on where users are located (continent, country, state). - **Geoproximity routing**: Routes traffic based on the physical distance between users and resources. For compliance with distribution rights that vary by geographic region, geolocation routing is the appropriate solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company is hosting a website behind multiple Application Load Balancers. The company has different distribution rights for its content around the world. A solutions architect needs to ensure that users are served the correct content without violating distribution rights.
Which configuration should the solutions architect choose to meet these requirements?
A
Configure Amazon CloudFront with AWS WAF.
B
Configure Application Load Balancers with AWS WAF
C
Configure Amazon Route 53 with a geolocation policy
D
Configure Amazon Route 53 with a geoproximity routing policy