# How to Create a S3 Bucket and host your website live..

### Amazon Simple Storage Service (S3):

It is an object storage service offering industry-leading scalability, data availability, security, and performance. Customers of all sizes and industries can store, manage and distribute data securely and reliably in the cloud.

**Let's Demonstrate the live hosting of our website.**

Step 1: Go to the AWS Management Console and search s3 and click on it.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685266948/d7d889a6-9e5e-4ed4-9f49-4765100a940e.png align="center")

Step 2: Click on Create bucket.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685405364/3e964ce1-0a2d-44ee-a8b4-0ba9877877f8.png align="center")

Step 3: Name a bucket and it must be globally unique. For now you say "abi-aws-bucket"

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685629863/c100407c-17f2-4ffe-842b-23aeb826d9cf.png align="center")

Step 4: Under the Object Ownership you can choose ACLs enabled.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685461069/b0dd3b8d-967c-4be0-82b9-bc3120313288.png align="center")

Step 5: Unmark Block all public access to ensure that public access to this bucket and mark the acknowledgement.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685527298/6017bcee-1862-4414-a1fe-b8bbd05a355a.png align="center")

Step 6: Enable Bucket Versioning to keep multiple variants of an object in the same bucket.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685548991/6b33d642-23f1-4411-b48f-f4aeafdcb4eb.png align="center")

Step 7: Now Select the create bucket.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685563808/be3ddae7-21c9-42b3-9a05-40e27a1666a1.png align="center")

Step 8: You can see the (1) near bucket that means our bucket has been successfully created.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683686861843/21b81561-40ed-4237-a436-7e6523a50de3.png align="center")

Step 9: Click on the Object "abi-aws-bucket" of the Name column. you can see the Objects with (0), It means we have no any objects. Now you can add objects from the upload box.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685741509/98d2f040-3d42-4500-8df2-5b99d7624abd.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685755609/8fa2273f-68df-4ea1-9be1-bcab948ce1d1.png align="center")

Step 10: Under Permissions select Grant public-read access and tick mark on the acknowledgement.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685812176/a309489a-c811-45c8-8b52-36d14d87fe86.png align="center")

Step 12: Click on Upload button.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685825403/4fa5285f-2146-4cb2-8190-92ca297391b0.png align="center")

you can see upload succeeded.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685853068/831d3b29-2bc0-4936-aab1-25aa7c64cd62.png align="center")

Step 13: Select the Properties.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685863833/2017ccf7-d49e-4606-9d9d-69db1eb0b1f3.png align="center")

Step 14: under Static website hosting choose Edit button and Enable it. Also, name the home or default page of your website.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685877832/2c7005e4-481d-4db5-bc09-f44d1c7ae90e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685891159/58f25a04-c52c-4873-9926-473c78483013.png align="center")

Step 15: After that under static website hosting, you can see the link created at the bucket website endpoint.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685906821/4d5dc1c9-1b4c-4d9c-b6ef-f2b4c0d20816.png align="center")

Copy the link and paste it in the browser.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685920503/f5e937f1-5a51-4df6-95cf-1cb6dff73aca.png align="center")

Finally, You can see that your website is live.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1683685934286/7bb34515-241b-47c5-a7b5-b6daab1a1619.png align="center")

That's Amazing, You have finally hosted your website using Amazon S3 service.

`THANK YOU!!`
