Skip to content

dmahely/travel-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Static Website on AWS

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.

Deployment steps

  1. Create an S3 bucket

  1. Update bucket policy

  1. Upload website files to bucket

  1. Enable static website hosting option on the bucket

  1. Create CloudFront distribution on the bucket

  1. Visit CloudFront URL

  1. Be redirected to the website