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
- Host: GitHub
- URL: https://github.com/nikomosley41/static-website
- Owner: NikoMosley41
- Created: 2024-11-08T02:11:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T02:26:46.000Z (over 1 year ago)
- Last Synced: 2025-03-19T08:49:15.795Z (about 1 year ago)
- Topics: html, s3-bucket, s3-storage, static-web-app
- Language: HTML
- Homepage: https://aws-made-easy-website4.s3.us-east-1.amazonaws.com/index.html
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.