A company has migrated its marketing website to Amazon S3 and configured the bucket for static website hosting. The SysOps administrator must configure Amazon Route 53 so that users can access the website using the apex domain (cooldomain.net). Which DNS record configuration must the administrator create in Route 53 to meet this requirement?
- An A record configured as an Alias record pointing to the S3 bucket website endpointCevap
- BA CNAME record pointing to the S3 bucket website endpoint
- CA CNAME record configured with an active-passive failover routing policy pointing to the S3 bucket
- DAn A record pointing directly to the public IP address of the Internet Gateway associated with the S3 bucket
Cevap
An A record configured as an Alias record pointing to the S3 bucket website endpoint
The correct answer is the configuration that uses an A record configured as an Alias record pointing to the S3 bucket website endpoint. Route 53 Alias records are a Route 53-specific extension that allows mapping the zone apex (the root domain) directly to supported AWS resources, such as S3 buckets, Application Load Balancers, or CloudFront distributions. This satisfies the requirement without violating the DNS protocol restriction that prohibits CNAME records at the zone apex.
Adım Adım Çözüm
Anahtar Kavram
Amazon Route 53 Alias records bypass DNS RFC zone apex limitations for AWS resources.