Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 625 discussion

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
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
potomac
Highly Voted 11 months, 2 weeks ago
Selected Answer: C
Geolocation routing policy — Use when you want to route traffic based on the location of users. Geo-proximity routing policy — Use when you want to route traffic based on the location of your resources and optionally switch resource traffic at one location to resources elsewhere.
upvoted 12 times
MatAlves
4 weeks, 1 day ago
"Restrict the geographic distribution of your content You can use geographic restrictions, sometimes known as geo blocking, to prevent users in specific geographic locations from accessing content that you're distributing through an Amazon CloudFront distribution." https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/georestrictions.html
upvoted 1 times
MatAlves
4 weeks, 1 day ago
"Violation to distribution rights" is something you want to handle seriously by actually blocking the access. This can only be accomplished by "OPTION A".
upvoted 1 times
...
...
loverduck
1 month, 3 weeks ago
They're not talking about detail like your case
upvoted 1 times
...
pentium75
9 months, 2 weeks ago
DNS routing can be easily bypassed, and just routing traffic from different countries to different endpoints does still not restrict what each country can see. It's clearly A.
upvoted 3 times
...
...
upliftinghut
Highly Voted 8 months, 4 weeks ago
Selected Answer: C
"You can also use geolocation routing to restrict distribution of content to only the locations in which you have distribution rights" Link: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geo.html
upvoted 7 times
...
MatAlves
Most Recent 4 weeks, 1 day ago
Selected Answer: A
"Restrict the geographic distribution of your content You can use geographic restrictions, sometimes known as geo blocking, to prevent users in specific geographic locations from accessing content that you're distributing through an Amazon CloudFront distribution." https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/georestrictions.html
upvoted 1 times
MatAlves
4 weeks, 1 day ago
Actually, it also says: "You can also use geolocation routing to restrict distribution of content to only the locations in which you have distribution rights." It can be either C or A, but C seems to address the question wording better.
upvoted 1 times
...
...
Johnoppong101
2 months ago
Selected Answer: C
Check line 6 on this documentation. ...You can also use geolocation routing to restrict distribution of content to only the locations in which you have distribution rights. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geo.html
upvoted 1 times
...
Lin878
3 months, 3 weeks ago
Selected Answer: A
Route 53 can only restrict for geolocation users in this case, it's not for contents. I vote for "A".
upvoted 2 times
...
FZBianco
4 months, 2 weeks ago
Answer is A.
upvoted 1 times
...
xBUGx
7 months, 1 week ago
Selected Answer: A
I vote for A
upvoted 1 times
...
Ravan
7 months, 2 weeks ago
Selected Answer: C
. Configure Amazon Route 53 with a geolocation policy. By configuring Amazon Route 53 with a geolocation policy, the solutions architect can direct users to different Application Load Balancers based on their geographical location. This allows the company to serve the correct content to users in different regions without violating distribution rights. Geolocation routing policies enable you to route traffic based on the geographic location of your users, ensuring that users are directed to the nearest or most appropriate endpoint based on their location. This solution is suitable for scenarios where content distribution rights vary by region and need to be enforced accordingly.
upvoted 3 times
...
Pics00094
7 months, 2 weeks ago
Selected Answer: A
I think it's A
upvoted 1 times
...
awsgeek75
9 months, 1 week ago
Selected Answer: A
WAF for filtering web traffic based on rules. In this case it may be IP address, geolocation, region. CloudFront for global distribution. B: Just balances and does not filter CD: Connects the user to the NEAREST server which is not same as AUTHORISED content
upvoted 1 times
awsgeek75
8 months, 4 weeks ago
WAF for geo filtering can be configured like this: https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-geo-match.html How CloudFront integrates with your WAF rules: https://docs.aws.amazon.com/waf/latest/developerguide/cloudfront-features.html
upvoted 1 times
...
...
Marco_St
9 months, 1 week ago
Selected Answer: A
distributions + restriction of content deleivery target = A
upvoted 1 times
...
pentium75
9 months, 2 weeks ago
Selected Answer: A
We want to restrict access by country. People in Spain are allowed to access certain content while people in Portugal are not. A Route 53 geolocation policy that returns the "nearest" endpoint will not help, because a) the "nearest" endpoint could be identical for multiple countries with different distribution rights and b) it could easily be bypassed.
upvoted 2 times
...
master9
9 months, 3 weeks ago
Selected Answer: A
AWS CloudFront supports geographic restrictions, also known as geo-blocking, which can be used to control the distribution of your content based on the geographic location of your viewers. You can use the CloudFront geographic restrictions feature to either grant permission to your users to access your content only if they’re in one of the approved countries on your allowlist, or prevent your users from accessing your content if they’re in one of the banned countries on your denylist. For example, if a request comes from a country where you are not authorized to distribute your content, you can use CloudFront geographic restrictions to block the request.
upvoted 1 times
pentium75
9 months, 2 weeks ago
Edit: Even though you can specify DNS targets by country, this will not help.
upvoted 1 times
...
...
Murtadhaceit
10 months ago
Selected Answer: C
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geo.html
upvoted 3 times
...
ekisako
10 months, 2 weeks ago
Selected Answer: A
https://repost.aws/knowledge-center/cloudfront-geo-restriction
upvoted 1 times
...
TariqKipkemei
10 months, 2 weeks ago
Selected Answer: C
Use Geolocation routing policy to route traffic based on the location of the users.
upvoted 2 times
pentium75
9 months, 2 weeks ago
And then? So you're routing traffic from India to a certain IP address. How will you restrict the content that they can access?
upvoted 1 times
...
...
LemonGremlin
11 months ago
It is C
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...