Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T18:52:05.000Z (5 months ago)
- Last Synced: 2024-06-09T20:35:36.198Z (5 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
![Created s3 bucket](img/created_buckets.PNG "Created s3 bucket")## S3 Bucket Policy
![Bucket Policy](img/bucket_policy.PNG "Created s3 bucket policy")## Created S3 Bucket's Content Files
![Bucket Content Files](img/bucket_content_files.PNG "Bucket Content Files")## Static Website Hosting
![Static Website Hosting](img/static_website_hosting_1.PNG "Static Website Hosting")![Static Website Hosting](img/static_website_hosting_2.PNG "Static Website Hosting")
## CloudFront Distributions
![Cloud front distributions](img/created_buckets.PNG "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
![Cloud Front Preview](img/1.PNG "Cloud Front Preview")
2. Access the website via website-endpoint
http://my-nanodegreeproject01-bucket.s3-website-us-east-1.amazonaws.com/
![Website Endpoint Preview](img/2.PNG "Website Endpoint Preview")
3. Access the bucket object via its S3 object URL
https://my-nanodegreeproject01-bucket.s3.amazonaws.com/index.html
![S3 object URL Preview](img/3.PNG "S3 object URL Preview")