Dear students, this page will be updated during the training. Please check back regularly for updates.
Location
- ๐จ๐ปโ๐ป Webex session link
- ๐ฌ AWS Labs link
Feedback
Material
Day 1
Lab1: Configure Enviroment - Cloud9, IAM, S3
- Enter Cloud9, Configure AWS CLI
- Check AWS Toolkit
- Try to delete S3 bucket (wrong permissions)
- 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
- Create S3 bucket by code (Find in source code where is the comment TODO 1, 2, 3, etc..)
- Upload file to S3 bucket by code
- Download process and upload a file to S3 bucket by code
- Update public restrictions to S3 bucket
- Copy static website files to S3 bucket
- Enable static website hosting on S3 bucket
- Update bucket policy to allow public access to static website
- 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 sayaws 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
- Create DynamoDB table by code
- Insert data to DynamoDB table by code from json file
- Query data from DynamoDB table by code
- Scan data from DynamoDB table by code with pagination
- Update data from DynamoDB table by code
- 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.