close
Skip to content

ritwickgupta/wise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README:

Introduction

The purpose of this workshop is to give a bit of exposure to using Amazon Web Services.

Before the Workshop

  • Sign up for an aws educate account using your student email at awseducate.com (takes up to 48 hours).
  • Or Sign up for Amazon Free Tier. You will not be charged for this.

The Workshop

Creating an S3 bucket

  1. Select S3 service from Find Services.
  2. Click on Create Bucket.
  3. Enter any name. This will be the name of the bucket.
  4. Click Next.
  5. Click Next.
  6. Uncheck Block all public access.
  7. Acknoledge the terms by checking I Acknowledge.
  8. Click Create Bucket

Your bucket should now be created. You should be able to find it's name in the S3 list.

Updating the Bucket Policy

  1. Click on your bucket.
  2. Click Permissions.
  3. Click Bucket Policy.
  4. Copy the bucketpolicy.json from this repo and paste in the editor.
  5. Click Save.

Uploading a file to your S3 bucket

  1. Click on your bucket.
  2. Click Upload.
  3. Upload index.html (or another file).
  4. Click Next. The default settings are fine for our purposes.
  5. Click Next. The default settings are fine for our purposes.
  6. Click Upload.
  7. The file should upload and you should be able to see the file in the bucket.

Host Website

  1. Click Properties
  2. Click Static Website Hosting. This enables the bucket's contents to be available to public hosting.
  3. Check Use this bucket.
  4. Set the index document as your index.html.
  5. Click Save.

Should see an endpoint under static website hosting. If you click it should open your html file.

Domain Name Server (After Workshop):

Link to Amazon S3 Domain Configuration

About

wise workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages