AWS Foundation Course - Exercises: Instructions To Strictly Follow
AWS Foundation Course - Exercises: Instructions To Strictly Follow
1. For doubt clarification please login to https://im.htcindia.com with your eportal credentials
2. Fill your profile by clicking image icon on top left corner.
3. Select group chat menu icon and fill the form as follows ( conference.im.htcindia.com).
4. Click on show group chat button and choose LnB2020-Angular
5. In the window you can ask your questions to faculty.
Environment setup
1. Create an S3 bucket
Upload objects (files) to the bucket. Note down the region where bucket is created.
5. Create a Life cycle rule for an S3 bucket. [ For entire bucket and specific folders ]
Rules
1. All the current version of objects in the bucket should move to Standard-IA after 30 days
2. After 60 days it should move to Glacier.
3. All Objects should get deleted after 1 year.
8. Choose an s3 bucket.
Upload a .CSV/.JSON file to the bucket.
Choose S3 select to perform basic analytics.
9. Using S3 batch operation, copy the entire bucket content to another bucket with help of a bucket
inventory.
IAM (Identity and access management)
4. Create a bucket policy to allow everyone read-only access to a bucket and full access to a specific
IAM user.
DynamoDB Exercises
15. Create a DynamoDB table – Videos (authorId, videoId, name, length, publishdate)
16. Add items to the table.
17. Test scan/query options
18. Edit /delete items in the table.
19. Create a DynamoDB global table
20. Try put/get items using AWS CLI Commands.
21. Try query/scan using AWS CLI
22. Load JSON file into dynamo db table.