https://github.com/sdkdeepa/udacity-cdnano-project-1
Cloud Developer Nano degree - Project 1
https://github.com/sdkdeepa/udacity-cdnano-project-1
Last synced: 11 months ago
JSON representation
Cloud Developer Nano degree - Project 1
- Host: GitHub
- URL: https://github.com/sdkdeepa/udacity-cdnano-project-1
- Owner: sdkdeepa
- Created: 2020-10-26T06:31:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T07:25:27.000Z (over 5 years ago)
- Last Synced: 2025-04-02T05:27:48.501Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 6.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying Static website in AWS
The cloud is perfect for hosting static websites that only include HTML, CSS, and JavaScript files that require no server-side processing. In this project, you will deploy a static website to AWS.
- First, you will create an S3 bucket, configure the bucket for website hosting, and secure it using IAM policies.
- Next, you will upload the website files to your bucket and speed up content delivery using AWS’s content distribution network service, CloudFront.
- Lastly, you will access your website in a browser using the unique S3 endpoint.
### Project Submission Checklist
Before submitting your project, please review and confirm the following items.
- [x] I am confident all rubric items have been met and my project will pass as submitted.
- [x] My project builds correctly without errors and runs.
- [x] All required functionality exists and my project behaves as expected per the project's specifications.
- [x] I have included the required screenshots in my submission folder
- [x] I have included a README.txt file in the submission folder that includes the CloudFront endpoint URL for my project
### S3 Bucket creation

### IAM Bucket Policy

### S3 configration for Static Web Hosting

### Files uploaded to S3 bucket

### CloudFront Configration

### Static AWS Website

Note: In step 4 of the project instruction(Secure Bucket via IAM), disable "Blocking public access" to allow public access.(Had to figure out on my own. This step has changed as of 10/25/2020).