Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminmammadzada/udacity-cloud-devops-aws-s3-static-hosting-project
HTML, CSS, and JavaScript files are uploaded to AWS S3 and served via CloudFront CDN successfully.
https://github.com/raminmammadzada/udacity-cloud-devops-aws-s3-static-hosting-project
Last synced: 2 days ago
JSON representation
HTML, CSS, and JavaScript files are uploaded to AWS S3 and served via CloudFront CDN successfully.
- Host: GitHub
- URL: https://github.com/raminmammadzada/udacity-cloud-devops-aws-s3-static-hosting-project
- Owner: RaminMammadzada
- Created: 2022-09-10T00:18:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T10:48:33.000Z (over 1 year ago)
- Last Synced: 2024-12-11T17:32:03.554Z (12 days ago)
- Language: CSS
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Static Website on AWS S3 with Cloudfront URL
In this project, I have deployed a static website to AWS using S3, CloudFront, and IAM.
### 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.### URLs in AWS
`CloudFront URL`: [https://d1zq23jsip52vo.cloudfront.net](https://d1zq23jsip52vo.cloudfront.net/)
`Public S3 bucket url`: [http://my-ramin-bucket.s3-website.eu-central-1.amazonaws.com/](http://my-ramin-bucket.s3-website.eu-central-1.amazonaws.com/)