- Lab
- A Cloud Guru
Troubleshooting an IAM Policy on an EC2 Instance
In this lab you will be taking on the role of a cloud engineer. You come to realize your EC2 instance is unable to get items from your S3 bucket. All of the network settings appear to be correct, so you need to determine how to give your EC2 instance permission to access the S3 bucket.
Path Info
Table of Contents
-
Challenge
Upload an object to the S3 bucket.
Navigate to the S3 service and upload a small text file to the S3 bucket.
-
Challenge
Connect to the EC2 instance and attempt to get the object
Use Instance Connect to connect to the EC2 Instance, and attemt to use the
get-object
command to retrieve the object. -
Challenge
Edit the instance’s IAM Policy to allow access to the S3 Bucket
From the EC2 service, navigate to the IAM Role that is attached to the EC2 instace. Add a permissions policy that enables the EC2 instance to get objects from the S3 bucket.
-
Challenge
Connect to the EC2 instance to verify the new permissions
Use Instance Connect to retry the
get-object
command.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.