Deploy Static Website on AWS Project FAQ — Udacity Cloud DevOps

Alvaro Andres Pinzon Cortes
2 min readJun 20, 2019

--

Tips

  • Before submitting the project check the review rubric. Put yourself in the shoes of the reviewer and ask yourself: If I were a reviewer would I have enough evidence to mark this specification as “Meets specifications”?
  1. for the 1st project were we just to make a sample test page? or something else? I was a somewhat confused

You need to deploy on AWS S3 the files for the static website provided in the starter code:

These are the steps that you need to take:

  • S3 bucket creation
  • Upload the files of the starter code into the bucket

https://drive.google.com/open?id=15vQ7-utH7wBJzdAX3eDmO9ls35J5_sEQ

  • S3 bucket configuration
  • Website distribution via CloudFront
  • Then, you will have an URL where you can access the website

2. I just deployed that travel blog for the first assignment. So I just have to tweak this or create a new html template?

What you did is correct. You can use the template code that we provided in Udacity

3. I have a question for you in the project for cloud fundamentals inside starter code I couldn’t find the folder called “js” and then the file named as “clean-blog.min.js”. Do you know where are those?

Hi 👋 I see want you mean

But it is not going be a problem for this project

The clean-blog.min.js file is missing, just ignore that and use the code provided. The website is going to render with no problem

--

--

No responses yet