How to point a Route53 Record to a CloudFront Distribution
ยท
132 words
ยท
1 minutes to read
If the CloudFront distribution is in the same AWS Account as the Route53 Hosted Zone ๐
- Add a new record to the Hosted Zone.
- Leave the Record Type set to A.
- Then set the flag to make the record an Alias record.
- Then in the Routes Traffic To section pick Alias to CloudFront Distribution.
- Then pick the CloudFront distribution from the list.
- Click Create Record
If the CloudFront distribution is NOT in the same AWS Account as the Route53 Hosted Zone ๐
- Add a new record to the Hosted Zone.
- Leave the Record Type set to A.
- Then set the flag to make the record an Alias record.
- Then in the Routes Traffic To section pick Alias to CloudFront Distribution.
- Paste in the Domain Name of the CloudFront Distribution
- Click Create Record