Host Static website in Amazon Web Services — Absolute Beginner

Abhishek Bhatore
2 min readAug 22, 2020

Just Practising How it works :)

I am feeling excited to share how one can host static website in Amazon web services, Yes I meant to say AWS :) that s3 bucket what you guys heard and have idea about. I lets start it in one by one steps :
1. create account : https://aws.amazon.com/
2. once account created, you can sign in to type email address in Root user email address option.
3. Search s3 in find services option.
4. Click on Create bucket
5. Enter your bucket-name and choose Region

6. Overview Tab : upload your files.

Click on Upload button

7. Permission Tab : allow read, write permissions.

8. Permission Tab : untick Block all public access first select box and click on save.

9. Permission confirmation dialog box — Type confirm to continue.

10. Overview tab : Make public to select files and folders and choose Action dropdown.

11. here we go :
https://sampleucketb.s3.ap-south-1.amazonaws.com/index.html

Thanks all of you for your valuable time and patience. keep learning keep coding.

--

--