Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damola12345/udacity-starter-website
Project in Udacity Cloud DevOps Engineer Nanodegree.
https://github.com/damola12345/udacity-starter-website
aws aws-cloudfront aws-iam aws-s3
Last synced: 21 days ago
JSON representation
Project in Udacity Cloud DevOps Engineer Nanodegree.
- Host: GitHub
- URL: https://github.com/damola12345/udacity-starter-website
- Owner: Damola12345
- Created: 2022-05-15T02:58:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T16:25:49.000Z (over 2 years ago)
- Last Synced: 2024-10-11T15:43:43.538Z (3 months ago)
- Topics: aws, aws-cloudfront, aws-iam, aws-s3
- Language: CSS
- Homepage:
- Size: 48.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Static Website on AWS
Deploy Static Website on AWS## Project Overview
In this project, deploy a static website to AWS using S3, CloudFront, and IAM.## Project Files
The files included are:- `index.html` - The Index document for the website.
- `img` - The background image file for the website.
- `vendor` - Bootssrap CSS framework, Font, and JavaScript libraries needed for the website to function.
- `css` - CSS files for the website.
- `Architecture` - Architectural diagram of this project## Project Setup
- Diagram
- Create a S3 bucket
- Upload the website files to your bucket
- Configure the bucket for website hosting
- Secure the bucket using IAM policies
- Speed up content delivery using AWS’ content distribution network service, CloudFront
- Access your website in a browser using the unique CloudFront endpointYou can access the `screenshots` folder to have better understanding:
- CloudFront - https://d1a363hxzivma0.cloudfront.net/
- s3 - http://aws-udacity-project.s3-website-us-east-1.amazonaws.com/