Day 36: Host static website on S3 bucket

Day 36: Host static website on S3 bucket

#90daysofdevops

ยท

1 min read

๐Ÿš€ Introduction

Welcome to our blog where we explore the process of hosting static websites on an S3 bucket. In this guide, we'll delve into the step-by-step process, offering insights and tips to seamlessly deploy your website on AWS S3 for a reliable and scalable online presence. Whether you're a beginner or an experienced developer, join us on this journey to harness the power of AWS for your web hosting needs.


  1. Create Bucket

  1. Click on the bucket you've created

  1. Add file (I have added html)

  1. After adding file click on upload

  1. Now go in permission

  1. Now edit bucket setting

  1. Untick Block all public access & Save changes

  1. After that edit bucket policy, below the bucket settings, you'll find the option to edit the bucket policy

  1. Now go in properties

  1. Enable Static website hosting option by editing it. Scroll down to the bottom, you'll find it there

  1. After that copy the url & paste on google


Thanks for reading to the end; I hope you gained some knowledge.โค๏ธ๐Ÿ™Œ

Linkedln

Twitter

Github

ย