3.13 Create a static web page using S3
Procedure:
Go to S3 and create a new bucket.
If you plan to use Route53 with S3, you will own your own domain name, you have to make sure your bucket name is same with your domain name. For example, if your domain name is "acloud.guru", your bucket name should be "acloud". This is the way how Route53 and S3 work together.
Leave other bucket configurations by default.
Go to properties and Static Website Hosting.
Your URL (Endpoint) of your Static Website is "http://[bucketname].s3-website-[Region].amazonaws.com".
Create an index document and an error document.
Upload your index.html, error.html to your S3 bucket.
Manage public permissions. You can set it as public if your website can be visited by everyone.
Last updated
Was this helpful?