Classify IAM concepts
Every IAM policy statement is built from the same four core elements. The Effect is either Allow or Deny. The Action is the API operation being controlled, such as s3:GetObject. The Resource is the ARN the statement applies to, such as a specific bucket. And the Principal is the identity the statement applies to, which appears in resource-based and trust policies. Classify each example under the IAM policy element it represents.
This exercise is part of the course
Deploying Applications on AWS
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise