Blog Posts
Command line tool to manage MFA tokens
A command-line tool to manage MFA tokens...
2023-03-05
Read MoreHow to point a Route53 Record to a CloudFront Distribution
How to point a Route53 Record to a CloudFront Distribution in and not in the same AWS account...
2022-03-06
Read MoreHow To Get AWS Lambda To Run Binary Files
How to get AWS Lambda to run arbitrary binaries...
2022-03-05
Read MoreIf 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