exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 410 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 (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Samantha23
Highly Voted 3 years, 8 months ago
An application load balancer exposes a hostname a not an IP address. An A record uses an IP address. cname maps hostname to hostname. I go with D.
upvoted 31 times
andwill1001
3 years, 7 months ago
Route 53 is routing the traffic between the regions with the CNAME... not the application load balancer.
upvoted 2 times
andwill1001
3 years, 7 months ago
A Record* See here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/TutorialTransitionToLBR.html Route 53 and do latency based routing using the A Record/CNAME
upvoted 6 times
...
...
patriktre
3 years, 6 months ago
I had the same doubt about how use A record for ALB, here the explanation how to configure A record using Alias for ALB, so A is the right answer: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-elb-load-balancer.html
upvoted 1 times
tony__
3 years, 6 months ago
Alias record is not A record.
upvoted 4 times
MatAlves
8 months, 2 weeks ago
"Route 53 supports latency-based routing for A, AAAA, TXT, and CNAME records, as well as aliases to A and AAAA records." https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/TutorialTransitionToLBR.html
upvoted 1 times
...
osel
3 years, 4 months ago
Alias-record is diff from A-record. Alias-record is used to map one DNS name to another like a DNS redirection - here we are talking about DNS name not IP address. On the hand, A-record is used to map an IP address to a DNS name - here we are talking about IP address. For a latency routing policy, it needs to register the A-record which maps the resolved IP address of the ELB with its DNS name. If not wrong, all DNS routing policy types need to register the A-record of your endpoint.
upvoted 2 times
...
...
...
crazyaboutazure
3 years, 7 months ago
I think A is right answer as having website in 3 regions can also mean website with cluster of webservers and from high performance perspective latency policy is best. Referring to this question and answer is A record A customer is hosting their company website on a cluster of web servers that are behind a public-facing load balancer. The customer also uses Amazon Route 53 to manage their public DNS. How should the customer configure the DNS zone apex record to point to the load balancer? Create an A record pointing to the IP address of the load balancer Create a CNAME record pointing to the load balancer DNS name. Create a CNAME record aliased to the load balancer DNS name. Create an A record aliased to the load balancer DNS name https://jayendrapatil.com/tag/route-53/
upvoted 9 times
...
...
jkwek
Highly Voted 3 years, 8 months ago
A is the answer. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-latency
upvoted 22 times
cnmc
3 years, 7 months ago
And how do you create an A record for an ALB? The IP address changes over time
upvoted 3 times
DS01
3 years, 6 months ago
If latency is lower between the London and Oregon regions, Route53 responds to the query with the IP address for the Oregon load balancer. If latency is lower between London and the Singapore region, Route53 responds with the IP address for the Singapore load balancer.
upvoted 1 times
Gomer
3 years, 6 months ago
The way I understand this, is that AWS Route 53 is nor normal DNS server (as I understand it). It has the ability to return a different IP (from same A record) based on the latency. It has to do this by cashing the response times in advance, which is part of the AWS Route 53 magic. (IMHO)
upvoted 1 times
...
...
...
...
Mia2009687
Most Recent 1 year, 11 months ago
Selected Answer: D
Geoproximity routing policy – Use when you want to route traffic based on the location of your resources and, optionally, shift traffic from resources in one location to resources in another.
upvoted 1 times
...
msdnpro
1 year, 11 months ago
I think the answer should be A: For example, suppose you have ELB load balancers in the US West (Oregon) Region and in the Asia Pacific (Singapore) Region. You created a latency record for each load balancer. Here's what happens when a user in London enters the name of your domain in a browser: DNS routes the query to a Route 53 name server. Route 53 refers to its data on latency between London and the Singapore region and between London and the Oregon region. If latency is lower between the London and Oregon regions, Route 53 responds to the query with the IP address for the Oregon load balancer. If latency is lower between London and the Singapore region, Route 53 responds with the IP address for the Singapore load balancer. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-latency.html
upvoted 1 times
...
cloud_collector
2 years, 9 months ago
Selected Answer: A
Latency routing policy – Use when you have resources in multiple AWS Regions and you want to route traffic to the region that provides the best latency. You can use latency routing to create records in a private hosted zone. Geolocation routing policy – Use when you want to route traffic based on the location of your users. You can use geolocation routing to create records in a private hosted zone. Failover routing policy – Use when you want to configure active-passive failover. You can use failover routing to create records in a private hosted zone. Geoproximity routing policy – Use when you want to route traffic based on the location of your resources and, optionally, shift traffic from resources in one location to resources in another.
upvoted 1 times
cloud_collector
2 years, 9 months ago
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
upvoted 1 times
...
...
robbrown2
2 years, 10 months ago
Selected Answer: A
I'm going with A. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-elb-load-balancer.html https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html
upvoted 2 times
...
cloud_collector
2 years, 10 months ago
First rule out B & C For A: To use latency-based routing, you create latency records for your resources in multiple AWS Regions. When Route 53 receives a DNS query for your domain or subdomain (example.com or acme.example.com), it determines which AWS Regions you've created latency records for, determines which region gives the user the lowest latency, and then selects a latency record for that region. A is better.
upvoted 1 times
...
kimjh9823
2 years, 10 months ago
Selected Answer: A
aaaaaaaaaaaaaaaaa
upvoted 1 times
...
Red8aron
2 years, 10 months ago
Selected Answer: D
What is difference between geolocation and Geoproximity routing? You can use geolocation routing to create records in a private hosted zone. Geoproximity routing policy – Use when you want to route traffic based on the location of your resources and, optionally, shift traffic from resources in one location to resources in another.
upvoted 1 times
...
Spacer
3 years, 5 months ago
A is correct since the question is asking highest possible performance -> latency policy.
upvoted 3 times
...
Gomer
3 years, 6 months ago
A think it's "A" "Route 53 supports latency-based routing for A, AAAA, TXT, and CNAME records, as well as aliases to A and AAAA records." https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/TutorialTransitionToLBR.html
upvoted 1 times
...
puvi83
3 years, 7 months ago
I see following sentence "If your application is hosted in multiple AWS Regions, you can improve performance for your users by serving their requests from the AWS Region that provides the lowest latency." link - https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html So "A"
upvoted 4 times
...
jkwek
3 years, 7 months ago
Answer is A. Refer url: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values-latency.html A — IPv4 address An IP address in IPv4 format, for example, 192.0.2.235. CNAME — Canonical name The fully qualified domain name (for example, www.example.com) that you want Route 53 to return in response to DNS queries for this record.
upvoted 2 times
...
jkwek
3 years, 7 months ago
Answer is A. Refer url which revealed IP address is supported by ALB. https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#host-conditions
upvoted 3 times
...
Yecine11y
3 years, 7 months ago
A https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-latency
upvoted 5 times
...
MDNowfal
3 years, 7 months ago
Latency routing policy – Use when you have resources in multiple AWS Regions and you want to route traffic to the Region that provides the best latency with less round-trip time. Answer should be A
upvoted 6 times
...
Iamrandom
3 years, 7 months ago
Answer is D. Since ALB exposes a name (and not an IP) we need a CNAME, so this rules out A&B. Between failover and geoproximity, the second can do the trick. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-geoproximity
upvoted 8 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 ...