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

A company hosts historical weather records in Amazon S3. The records are downloaded from the company's website by a way of a URL that resolves to a domain name. Users all over the world access this content through subscriptions. A third-party provider hosts the company's root domain name, but the company recently migrated some of its services to Amazon Route 53. The company wants to consolidate contracts, reduce latency for users, and reduce costs related to serving the application to subscribers.
Which solution meets these requirements?

  • A. Create a web distribution on Amazon CloudFront to serve the S3 content for the application. Create a CNAME record in a Route 53 hosted zone that points to the CloudFront distribution, resolving to the application's URL domain name.
  • B. Create a web distribution on Amazon CloudFront to serve the S3 content for the application. Create an ALIAS record in the Amazon Route 53 hosted zone that points to the CloudFront distribution, resolving to the application's URL domain name.
  • C. Create an A record in a Route 53 hosted zone for the application. Create a Route 53 traffic policy for the web application, and configure a geolocation rule. Configure health checks to check the health of the endpoint and route DNS queries to other endpoints if an endpoint is unhealthy.
  • D. Create an A record in a Route 53 hosted zone for the application. Create a Route 53 traffic policy for the web application, and configure a geoproximity rule. Configure health checks to check the health of the endpoint and route DNS queries to other endpoints if an endpoint is unhealthy.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
CCNPWILL
Highly Voted 3 years, 10 months ago
CNAME is for the real DNS servers we all know and love. ALIAS is DNS but for AWS specifically. special record for AWS. Answer is B.
upvoted 68 times
dave0808
3 years, 10 months ago
love your explanation thx Will!
upvoted 3 times
...
mahdeo01
3 years, 9 months ago
Guys : I highly recommend everyone to go through this one page article that is shared by Maddy (below ) >>> https://www.whizlabs.com/blog/dns-record
upvoted 21 times
...
someoneSays
3 years, 9 months ago
Amazon Route 53 alias records provide a Route 53–specific extension to DNS functionality. Alias records let you route traffic to selected AWS resources, such as CloudFront distributions and Amazon S3 buckets. They also let you route traffic from one record in a hosted zone to another record. Unlike a CNAME record, you can create an alias record at the top node of a DNS namespace, also known as the zone apex. For example, if you register the DNS name example.com, the zone apex is example.com. You can't create a CNAME record for example.com, but you can create an alias record for example.com that routes traffic to www.example.com. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html
upvoted 13 times
...
...
jkwek
Highly Voted 3 years, 9 months ago
Answer is B. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html he following list compares alias records and CNAME records. Resources that you can redirect queries to Alias records An alias record can only redirect queries to selected AWS resources, such as the following: Amazon S3 buckets CloudFront distributions Another record in the same Route 53 hosted zone. CNAME records A CNAME record can redirect DNS queries to any DNS record. For example, you can create a CNAME record that redirects queries from acme.example.com to zenith.example.com or to acme.example.org. You don't need to use Route 53 as the DNS service for the domain that you're redirecting queries to.
upvoted 7 times
...
Janan
Most Recent 3 years ago
Selected Answer: B
B - ALIAS is the answer
upvoted 1 times
...
Taner22
3 years, 1 month ago
Selected Answer: B
B for sure
upvoted 1 times
...
jj22222
3 years, 7 months ago
B - cloudfront and alias
upvoted 1 times
...
Maddy_aws2020
3 years, 9 months ago
https://www.whizlabs.com/blog/dns-records/ This might be useful
upvoted 1 times
...
syu31svc
3 years, 9 months ago
Answer is B https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html: "Amazon Route 53 alias records provide a Route 53–specific extension to DNS functionality. Alias records let you route traffic to selected AWS resources, such as CloudFront distributions and Amazon S3 buckets. They also let you route traffic from one record in a hosted zone to another record. Unlike a CNAME record, you can create an alias record at the top node of a DNS namespace, also known as the zone apex. For example, if you register the DNS name example.com, the zone apex is example.com. You can't create a CNAME record for example.com, but you can create an alias record for example.com that routes traffic to www.example.com."
upvoted 4 times
...
Yogi
3 years, 10 months ago
Ans=B. Create a web distribution on Amazon CloudFront to serve the S3 content for the application. Create an ALIAS record in the Amazon Route 53 hosted zone that points to the CloudFront distribution, resolving to the application's URL domain name.
upvoted 2 times
...
ahmedzeddini
3 years, 10 months ago
B https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html
upvoted 2 times
...
algreat
3 years, 10 months ago
B is answer
upvoted 2 times
...
leonardoy
3 years, 10 months ago
It is B
upvoted 2 times
...
CountryGent
3 years, 10 months ago
A and B don't address the need for the service provider to resolve DNS requests on behalf of Internet users. Geo-proximity provides better routing.
upvoted 1 times
ismai1
3 years, 10 months ago
"A third-party provider hosts the company's root domain name", you can't use a A Record, answer is B
upvoted 4 times
...
sarah_t
3 years, 9 months ago
A and B address the latency issue with CloudFront. And you need to use an Alias record, therefore the answer is B
upvoted 2 times
...
...
toto059
3 years, 10 months ago
B it should Be
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 ...