Dear students, this page will be updated during the training. Please check back regularly for updates.


Location

  1. ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Webex session link
  2. ๐Ÿ”ฌ AWS Labs link

Feedback


Material


Day 1

Lab1: Configure Enviroment - Cloud9, IAM, S3

  1. Enter Cloud9, Configure AWS CLI
  2. Check AWS Toolkit
  3. Try to delete S3 bucket (wrong permissions)
  4. Add required Policy to delete S3 bucket, Delete S3 bucket

Lab2: Develop on S3 - S3 Create, Upload File, Download File, Update Bucket Policy, Static Website Hosting

  1. Create S3 bucket by code (Find in source code where is the comment TODO 1, 2, 3, etc..)
  2. Upload file to S3 bucket by code
  3. Download process and upload a file to S3 bucket by code
  4. Update public restrictions to S3 bucket
  5. Copy static website files to S3 bucket
  6. Enable static website hosting on S3 bucket
  7. Update bucket policy to allow public access to static website
  8. Test the website http endpoint

Note:

  • Step 34: it says aws s3api put-public-access-block --bucket $mybucket --public-access-block-configuration "BlockPublicPolicy=false,RestrictPublicBuckets=false" It should say aws s3api put-public-access-block --bucket %myBucket% --public-access-block-configuration "BlockPublicPolicy=false,RestrictPublicBuckets=false"

Day 2

Lab3: Develop on DynamoDB - Create Table, Insert Data, Query Data, Update Data

  1. Create DynamoDB table by code
  2. Insert data to DynamoDB table by code from json file
  3. Query data from DynamoDB table by code
  4. Scan data from DynamoDB table by code with pagination
  5. Update data from DynamoDB table by code
  6. Experimente with PartyQL to query data from DynamoDB table

Day 3


๐Ÿ™‹โ€โ™€๏ธ Parking Lot ๐Ÿ™‹โ€โ™‚๏ธ - Answers to your open questions

  • Q:
  • A:

Content will be added here asynchronously.