# Day 39: Hosting a Static Website on AWS S3

Welcome to Day 39. Today we will learn how to host a static website on AWS S3.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427009757/4a845871-844c-4058-9d4e-a767090aa429.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427038228/8597e765-e509-4f4c-b45a-c172774b913f.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427097062/df643386-8831-429b-9d9e-a010146b68f3.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427116188/9b355ace-7320-48b0-9e4e-f40f51842e22.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427135697/b1eaf4b6-54b7-4a89-8c91-92d4b76067bb.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427161166/6c35e2e2-7b8d-479a-a165-97c98dd6e311.png align="center")

```bash
aws s3 cp index.html s3://devops-web-15019
```

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427335613/cd400850-55c3-4201-93a9-6ee2ad2a60da.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427347883/54071c93-ae2b-4a5e-bc83-dd308c3d6fc0.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427376844/afbb730c-81bb-4906-a551-e19565fe337e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427397287/22d5fb9b-365b-43e0-a331-18663231999a.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427496422/b7231a36-db2b-4ff7-8d69-8bf948330663.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427583277/a807eb18-c14a-4813-899d-eea9e6a49870.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427420439/7b67b81e-4eb7-4af2-820e-88d65c2e705b.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427641967/36f460d8-84e5-45e6-bbc9-3cfc5cd8d698.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427658258/752bb01f-63d6-49cf-8632-bd745a109f0e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767427671185/847bf47a-7c1e-4930-a878-9af270af9d12.png align="center")

Congratulations you did it. It looks good. This lab was successfully completed without any errors. See you in day 40. If you have any issues please let me know I will be happy to assist you. Stay tuned and learn together. If you find my article useful, please kindly like and share it.
