An open API service indexing awesome lists of open source software.

https://github.com/nikomosley41/static-website


https://github.com/nikomosley41/static-website

html s3-bucket s3-storage static-web-app

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

AWS Made Easy

This project hosts a static website designed to make learning about AWS straightforward and accessible.

Project Overview

The AWS Made Easy website provides resources, tutorials, and guidance to help users understand and navigate the world of Amazon Web Services. The website is hosted as a static site on an S3 bucket.

Live Demo:

Access the live demo on through the link attached to this repository.

The website is deployed to an AWS S3 bucket configured for static hosting. To set up a similar deployment:

Create an S3 bucket in your AWS account.
Enable static website hosting on the bucket.
Upload your HTML, CSS, and JS files to the bucket.
Set permissions to allow public access to the bucket contents.