https://github.com/nezihesozen/deploy-static-website-on-aws
This is the first project of Cloud Developer Course on Udacity
https://github.com/nezihesozen/deploy-static-website-on-aws
aws cloudfront cloudfront-distribution s3 s3-website
Last synced: 7 months ago
JSON representation
This is the first project of Cloud Developer Course on Udacity
- Host: GitHub
- URL: https://github.com/nezihesozen/deploy-static-website-on-aws
- Owner: NeziheSozen
- Created: 2024-06-02T18:41:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-09T18:52:05.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:47:47.290Z (9 months ago)
- Topics: aws, cloudfront, cloudfront-distribution, s3, s3-website
- Homepage:
- Size: 6.25 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
This is the first project of Cloud Developer Course on Udacity# Project Steps
## Created S3 Bucket
## S3 Bucket Policy
## Created S3 Bucket's Content Files
## Static Website Hosting

## CloudFront Distributions
# Access Website in Web Browser
1. Open a web browser like Google Chrome, and paste the copied CloudFront domain name:
https://d179zo7kqaata4.cloudfront.net

2. Access the website via website-endpoint
http://my-nanodegreeproject01-bucket.s3-website-us-east-1.amazonaws.com/

3. Access the bucket object via its S3 object URL
https://my-nanodegreeproject01-bucket.s3.amazonaws.com/index.html
