Skip to content

CloudQuest begin! πŸŒβš”οΈ Gamified learning experience.

Notifications You must be signed in to change notification settings

Brindha-m/AWS_Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Learn AWS through Games

Cloud Quest - https://cloudquest.skillbuilder.aws/

Road map - https://coggle.it/diagram/ZULSKicP9Medu2Xc/t/aws

Agent Brindha πŸ•΅πŸ»β€β™€οΈ to continue...

Scenario 1. Cloud Essentials

Webpage to display the wave size

- πŸ‘‰πŸ» more reliable (realtime/fast/live/more accurate) and

- πŸ‘‰πŸ» resilient (fault tolerance - hardware failures ie. storing data across multiple nodes)


Wave Size


πŸš€ Let's Start Our Cloud Journey

  • 🌐 For a Static Website, migrate to Amazon Simple Storage Service (Amazon S3) bucket.
  • πŸ›‘οΈ As an AWS user you can have upto 100 Buckets.
  • πŸ“¦ Maximum Size of the buckets is 5TB.
  • πŸš€ Max size of buckets in S3 is 16GB that can be added through AWS console. But if larger size, use AWS CLI(Command Line Interface).

Wave Size Image 1 Wave Size Image 2

S3 Policies

  1. Resource-based Policies - (Bucket Policies)
  2. User Policies (IAM users)
  3. Bucket policies file are limited to 20 KB in size [The policy.json file].

S3 Policies

  • IAM Policies (Identity and Access Management)

IAM Policies

Wave Size IAM Policies

Let's get our Hands-onπŸ§‘πŸ»β€πŸ’»

  • Search for S3 in AWS Console and Create a bucket in S3

Create S3 Bucket

Name the bucket (ie. staticwebsite-s3) and make some setting for our bucket as follows

Bucket Settings Bucket Settings 2 Bucket Settings 3 Bucket Settings 4

Bucket Contents

  • Click on edit bucket policy and paste the content that is in the policy.json file which can be found in your bucket and click save change at the bottom.

Edit Bucket Policy Bucket Policy

  • Now navigate to the properties tab, scroll down and click on Edit in Static webpage hosting

Static Website Hosting Static Website Hosting 2 Static Website Hosting 3 Static Website Hosting 4

  • Under Bucket website endpoint, click the copy icon to copy your bucket website endpoint.

http://staticwebsite-s3.s3-website-us-east-1.amazonaws.com

Static Website Endpoint