Skip to content

Udacity's Cloud Developer Nanodegree, PROJECT 01: Deploy a Static Website on AWS

License

Notifications You must be signed in to change notification settings

chk-code/cdnd-01-staticwebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Fundamentals Project

The cloud is perfect for hosting static websites that only include HTML, CSS, and JavaScript files that require no server-side processing. In this project, you will deploy a static website to AWS. First, you will create a S3 bucket and upload the website files to your bucket. Next, you will configure the bucket for website hosting and secure it using IAM policies. Next, you will speed up content delivery using AWS’ content distribution network service, CloudFront. Lastly, you will access your website in a browser using the unique CloudFront endpoint.

Deploy Static Website on AWS

In this project, you will deploy 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.

FINAL REVIEW: https://review.udacity.com/#!/reviews/2277344

About

Udacity's Cloud Developer Nanodegree, PROJECT 01: Deploy a Static Website on AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published