- Lab
- A Cloud Guru
Working With AWS Managed Policies, Customer Managed Policies, and Inline Policies
In this lab, we'll explore and work with the different types of IAM policies available: AWS managed policies, customer managed policies, and inline policies. An AWS managed policy is a standalone policy that is created and administered by AWS. A customer managed policy is a standalone policy that you administer in your own AWS account. An inline policy is a policy that's embedded in an IAM identity (a user, group, or role).
Path Info
Table of Contents
-
Challenge
Create a Customer Managed Policy
Create a new customer managed policy named
MyCustomerManagedPolicy
with read access to DynamoDB. -
Challenge
Attach the Correct Policies to the Users
Add the correct policies to the users:
- Attach the customer managed policy named
MyCustomerManagedPolicy
tocharlie
. - Attach the AWS managed policy named
AWSLambda_FullAccess
tosally
. - Attach a new inline policy named
MyInlinePolicy
with read-only permission for S3 to userian
.
- Attach the customer managed policy named
-
Challenge
Attach Your Customer Managed Policy to Sally
- Attach
MyCustomerManagedPolicy
tosally
. - See if you can attach
MyInlinePolicy
tosally
.
- Attach
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.