This is a basic static website provided by Udacity in the Cloud Developer Nanodegree. The purpose is to deploy it to AWS using S3 and CloudFront.
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.
- Create an S3 bucket
- Update bucket policy
- Upload website files to bucket
- Enable static website hosting option on the bucket
- Create CloudFront distribution on the bucket
- Visit CloudFront URL
- Be redirected to the website