Current Students, visit the student website for the information you need.
Student Portal

Objectives

  • Create AWS S3 Buckets
  • Explore S3 Bucket settings relating to website hosting
  • Create IAM Users & Groups
  • Create and assign policies for users that provide necessary access

Project Overview

You and a group of friends have decided to create a web-based startup and your plan is to use AWS services as the technology platform. Initially, your goal is to setup a static website hosted within AWS using S3. To begin with your will be working on the S3 bucket setup. You will also need to create an IAM account that will allow the instructor to login to your AWS account to verify your setup. The instructor will need to be able to access S3 as an S3 administrator.

Project Details

S3

  • Create a bucket for your company using the following naming convention: firstName-lastName-companyName where firstName and lastName are your first and last name and companyName is the fictional company name that you want to use for project 1.
  • The company bucket should be setup to host a static website and that website should be publicly accessible. Set the default document to be index.html and the error document to be error.html. Additinally, you should enable versioning on the bucket.
  • Within your company bucket, create 3 folders: src, financials, private
  • Create a webiste that includes 5 html pages. You will need to include index.html and error.html at the root of the bucket. The 3 other pages can be anything your like and located inside the /src folder. (screenshot required)
  • Update the index.html so there is a revision (this should happen after the S3 bucket setting to track versioning has already been enabled). Verify that you now have multiple versions of the index.html file (screenshot required)

IAM

  • Create an IAM account that will allow the instructor to login to your aws account (this account can and should be removed after receiving a grade for project 1). This account will need to be able to access S3 as an S3 administrator. You should include login instructions as part of project submission.

Tests and Verification

  • What is the URL of my company website?
  • Does the instructor account have access to S3 and the various functions within S3.
  • Is the website publicly accessible?
  • If a file is modified, is there a versioning system in place?

What did I learn?

  • Creating S3 Resources
  • Configuring S3 Buckets for website hosting
  • Creating IAM Accounts and assigning permissions
  • Managing access to AWS resources