Live Static Website Hosting on AWS S3 & using Route 53 DNS zone

preview_player
Показать описание
Live Static Website Hosting on AWS S3 & using Route 53 DNS zone

URL: S3 endpoint

#S3 AWS
#Domain live
#53Route

For free domain

Create an s3 bucket name as your domain name

sample s3 bucket policy:-

{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"PublicRead",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject","s3:GetObjectVersion"],
"Resource":["arn:aws:s3:::awsexamplebucket1/*"]
}
]
}

URL: S3 end point

Thank you for watching my video if my video any help to you please like , comment, and subscribe to my channel for the next video.

Thank you once again...

-like -comment -share -subscribe
Рекомендации по теме