A step by step tutorial on how to setup a static website hosting using Amazon Web Services S3 bucket service. A highly cost effective, highly scalable solution for any static website.
JSON Permission Code: Modify "arn:s3:::example-bucket/*"
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::example-bucket/*"
]
}
]
}
Thank you for watching!!
Please subscribe to get updates on new videos :)
AWS Console
https://aws.amazon.com