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 692 discussion

A company is deploying an application in three AWS Regions using an Application Load Balancer. Amazon Route 53 will be used to distribute traffic between these Regions.

Which Route 53 configuration should a solutions architect use to provide the MOST high-performing experience?

  • A. Create an A record with a latency policy.
  • B. Create an A record with a geolocation policy.
  • C. Create a CNAME record with a failover policy.
  • D. Create a CNAME record with a geoproximity policy.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
sandordini
5 months, 3 weeks ago
Selected Answer: A
1. Given the chance >always use Alias over a Cname< 2. Latency-based routing is for user experience. (low latency) Failover is for DR, Geolocation for local restrictions/rights/language/currency, and geo-proximity is a more complex, biased location-based routing, not part of the SA Associate exam.
upvoted 3 times
NSA_Poker
4 months, 1 week ago
Alias?! "A record" is NOT an Alias record; it's an ADDRESS RECORD. There's a difference in between an address record (A record) & an Alias. An Address record will map to 1 or more IP addresses. An Alias record will map to another name like a CNAME does. We eliminate C&D bc we need an IP address that will give us the best performance; we distribute traffic to a certain IP address based on policy. geolocation policy is defined by where the request comes from. latency policy is defined by how fast (performance) we can reply.
upvoted 1 times
...
...
mohammadthainat
6 months, 3 weeks ago
Selected Answer: A
Geoproximity Policy routing users to resources based on their geographic location, routing based on geographic location may not always be the absolute lowest latency. latency-based routing prioritizes user experience.
upvoted 3 times
...
TruthWS
6 months, 3 weeks ago
A is true
upvoted 2 times
...
h0ng97_spare_002
6 months, 3 weeks ago
Selected Answer: A
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
upvoted 4 times
...
Kezuko
7 months ago
Selected Answer: A
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
upvoted 4 times
...
cedser8
7 months, 2 weeks ago
Selected Answer: D
The correct is D, the question says "using an Application Load Balancer" the ALB has a DNS name assigned not an IP. A type A record will only allow you to point to an IPv4. If I'm wrong, happy to be corrected.
upvoted 3 times
dkw2342
6 months, 3 weeks ago
Answer A is correct. Route53 uses an internal record type called ALIAS, but from a DNS point of view it's still an A record. Just try it yourself, create an ALB and create a DNS record in Route53. While you can technically use a CNAME (for subdomains, see below), the wizard will guide you to use an A ALIAS record, which also makes the most sense. The problem with CNAME records is that it's not possible to create them at the root level of the domain. Let's say your domain is somedomain.com - you can't create a CNAME for the apex of the domain (mydomain.com), only for subdomains (subdomain.mydomain.com). https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html
upvoted 5 times
...
...
bodakrishna
7 months, 2 weeks ago
ChatGPT: The most high-performing experience in this scenario would be achieved by using: D. Create a CNAME record with a geoproximity policy. Geoproximity routing allows you to route traffic based on the geographic location of your users and your resources. This would distribute traffic to the AWS Region that is closest to the user, optimizing performance by reducing latency. It's particularly useful when deploying applications across multiple regions to ensure users are directed to the closest region, minimizing network latency and providing the best user experience.
upvoted 1 times
sandordini
5 months, 3 weeks ago
And, exactly, this is the reason why you should not rely on a LANGUAGE MODEL when you need a solution architect's advice .
upvoted 2 times
...
...
osmk
8 months ago
A https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-latency.html
upvoted 1 times
...
haci
8 months ago
Selected Answer: A
Based on previous questions, I believe A is correct. Because; the closest geolocated server doesn't necessarily provide the best performance. Geolocated load balancing is mostly used for serving location-specific content.
upvoted 2 times
...
1Alpha1
8 months, 1 week ago
Selected Answer: A
Q. What is Amazon Route 53's Latency Based Routing (LBR) feature? LBR (Latency Based Routing) is a new feature for Amazon Route 53 that helps you improve your application’s performance for a global audience. You can run applications in multiple AWS regions and Amazon Route 53, using dozens of edge locations worldwide, will route end users to the AWS region that provides the lowest latency. https://aws.amazon.com/route53/faqs/
upvoted 2 times
...
Cali182
8 months, 1 week ago
Selected Answer: B
Why would you use a CNAME record?? Most suitable seems to be option B
upvoted 1 times
Typewriter101
7 months, 2 weeks ago
Not really sure but ALBs do not have a static ip address they have domains assigned to them and also an Elastic ip can't be attached to an ALB. So mainly a cname would be preferred here.
upvoted 1 times
Typewriter101
7 months, 2 weeks ago
But generally speaking it's not a bad idea. But yes A record alias name can point to it. and i don't think it's B cause even if it's geolocation it may not always result in a high-performing exp.
upvoted 1 times
...
...
osmk
8 months ago
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-latency.html
upvoted 1 times
...
...
Andy_09
8 months, 1 week ago
Sorry changing to B.
upvoted 1 times
...
Andy_09
8 months, 1 week ago
D looks correct.
upvoted 2 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 ...