How to Setup Custom Domain with AWS S3 Bucket using Route 53 and Google Domains

preview_player
Показать описание
In this tutorial, I show how to setup a custom domain for an AWS S3 Bucket using S3, Route 53 and Google Domains.

AWS S3 Bucket Policy:
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"PublicRead",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::examplebucket/*"]
}
]
}

Chapters:
0:00 Intro
0:05 Demo of final result
0:22 Setup AWS S3 Root Domain Bucket
3:05 Setup AWS S3 Subdomain Bucket
4:05 Create Hosted Zone on Route 53
4:45 Create Root Domain Route 53 record
5:18 Create Subdomain Route 53 record
5:45 Modify Domain Custom Name Severs
6:28 Outro

#aws #s3 #domain #tutorial

😄 Want to support and help grow my channel?

☕ Love my video and want to support me?

Technology that I use for my workflow setup:

*The links above include affiliate commission or referrals.
Рекомендации по теме
Комментарии
Автор

Hey Everyone! This is the AWS Bucket Policy that I used:

{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"PublicRead",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject"],

}
]
}

AndysTechTutorials
Автор

Wow, this is by far the fastest and easiest to understand tutorial on setting up custom domain with AWS. Thank you so much!

cierra
Автор

I watched a dozen videos on how to deploy my website using AWS and none of them were as clear as the one you provided. Thank you, Andy!

simonsolomon
Автор

Excellent job of presenting the content with clarity and direct instructions

mmrzzfr
Автор

After naby tutorials and headaches, I finally found the one. Thank you Andy

charpellumeh
Автор

Thank you so much Andy, this video still works for those using AWS Route 53

uchejordy
Автор

Thank You, Thank You, Thank You . Andy
After a lot of videos i found you & that's exactly what I was looking for.

NSDude
Автор

plain, understandable and fast. youre amazing bro! thanks a lot. i was looking for that configurations whole day long but most of the videos are just empty talk or in a mess, i watch your video and did it!

utkucevik
Автор

Great tutorial! Was having a problem with this thanks for the help!

tomc
Автор

wow this was super useful. Thanks a lot brother

devmedia
Автор

I solve it. thank you, creating from sweden

ivib
Автор

Hello Any thank you in advance. I am stucked here and it is first time on aws... I fail on route 53 part. I have a domain name. in Hosted zones. I fail to connect my domain to my bucket in s3. can you upload a video based on this please?? no google staff is involved..

ivib
Автор

Hi Andy, if I delete old index.html update the bucket with new index.html, will this still work? Because its not working for my website anymore when I updated a new build file with index.html

shonnli
Автор

Super tutorial, maybe you can make a follow-up one on adding https to the website.

brentphillips
Автор

I did everything you did and it did not work, could you help me please?

My domain is hosted on route53

jorgeivanleyvacamacho
Автор

hey andy how long was your wait time until you started seeing your site via URL after inputting the zone details in Google Domains?

btw I liked how I was able to follow even without looking at the screen! thanks!

hellouser
Автор

can you setup with aws certificate manager? im having a lot of troubles here

victorhugolopespoli
Автор

How to index in Google this s3 bucket...

muruganraj
Автор

1) Why did you have to do a subdomain for "www"? Couldn't you have just done the root domain and that's it?

2) If you enable the https protocol, is there anything else you have to do?

Great tutorial by the way!

noahthegreat
Автор

Hey Andy, I put the custom name servers in but its saying this 'Custom name servers have been set up, but are not in use'

koagarces