Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)