Cloud Computing - Lab 5
Cloud Computing - Lab 5
5 t h laboratory
Tasks
1.
Access the AWS Management Console:
1. Access the Learner Lab - Foundational Services page from AWS Academy Instructure
https://awsacademy.instructure.com/courses/11643/modules/items/1016975
2. Access the AWS Management Console: click on Start Lab, wait for the circle to the left of
the AWS link to turn green , then click on that link.
In order to make the bucket resource to be publicly accessible, when the bucket is created, under
Object Ownership, select ACLs enabled. After the bucket is created, go to Permissions, then Edit
and check the Read permission from Everyone (Public access).
2.
Connect to the AWS EC2 instance from the previous laboratory and create at least 3 objects in
another bucket.
4. Validate that you have access to S3 by running the command that lists all the s3 buckets:
aws s3 ls
and use aws s3 cli commands to create the bucket with at least 3 objects.
How can I grant public read access to some objects in my Amazon S3 bucket? -
https://aws.amazon.com/premiumsupport/knowledge-center/read-access-objects-s3-bucket/
3.
Create a directory named lab05 in your EC2 instance and create there an application in any
programming language (bash/C++/Java/Python/…) that will receive at the command line a directory
whose files will be saved on Amazon S3.
Extra: