Day 82- Project 3

1 min read

Cover Image for Day 82- Project 3

Hosting static website using AWS S3 bucket

The project involves hosting a static website using an AWS S3 bucket. Amazon S3 is an object storage service that provides a simple web services interface to store and retrieve any amount of data. The website files will be uploaded to an S3 bucket and configured to function as a static website.

The bucket will be configured with the appropriate permissions and a unique domain name, making the website publicly accessible. Overall, the project aims to leverage the benefits of AWS S3 to host and scale a static website in a cost-effective and scalable manner.

Steps:

  1. Create a AWS S3 bucket

  2. static hosting policy must be enabled.

    goto properties->static hosting->enabled->add filename->save

  3. Add files to AWS bucket

  4. Click the HTML file and it provides you with a link, just click and congratulate you have hosting a site on AWS s3.

website source link: https://www.free-css.com/free-css-templates/page295/applight

Happy Learning!!