AWS CloudFront Connect Custom Domain URL



AWS CloudFront Connect Custom Domain URL

AWS CloudFront Connect Custom Domain URL

In this video we go over how to connect a custom domain name to an AWS Cloud Front Distribution using Route 53.

🕐 Timestamps:
00:00 Introductions
01:01 Adding domain names and SSL to CloudFront
02:54 Pointing our domain to CloudFront
07:14 Outro

{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “PublicReadGetObject”,
“Effect”: “Allow”,
“Principal”: “*”,
“Action”: “s3:GetObject”,
“Resource”: “arn:aws:s3:::YOUR BUCKET NAME/*”
},
{
“Sid”: “2”,
“Effect”: “Allow”,
“Principal”: {
“AWS”: “arn:aws:iam::cloudfront:user/CloudFront Origin Access Identity YOUR ID”
},
“Action”: “s3:GetObject”,
“Resource”: “arn:aws:s3:::YOUR BUCKET NAME/*”
}
]
}

#cloudfront #route53 #aws #cloudguru

Comments are closed.