Let's see how to host a static website on Amazon S3:
- Create the S3 bucket and grant public access: Create a bucket with the name www.blog.tweakings3.com and grant Public permissions so that anonymous users can access the HTML files:
- Upload the HTML file: Upload index.html file to bucket www.blog.tweakings3.com.
- Edit the Bucket permission: Go to the Bucket's Permission tab and click on Bucket Policy.
Add the following policy and click on ...