Volume 3: IAM2/5
  1. 01Lessons 1-10
  2. 02Lessons 11-20
  3. 03Lessons 21-30
  4. 04Lessons 31-40
  5. 05Lessons 41-45

Chapter 02 of 05

Lessons 11-20

10 lessons20 min readingParts 91-100
  1. 01Distinguish IAM managed and inline policiesList attached managed policies and inline policy names for the same IAM user.2 min read
  2. 02List managed policies attached to an IAM userReturn the names and ARNs of managed policies directly attached to one user.2 min read
  3. 03List inline policies on an IAM userList inline policy names and retrieve one embedded policy document.2 min read
  4. 04Understand IAM policy JSON anatomyBuild and validate a small identity policy with Version, Statement, Effect, Action, and Resource.2 min read
  5. 05Create a customer managed IAM policyCreate a reusable customer managed policy from a validated JSON document.2 min read
  6. 06Inspect IAM managed policy metadataRead a managed policy's ARN, path, attachment count, update time, and default version.2 min read
  7. 07Read an IAM managed policy documentResolve a managed policy's default version ID and retrieve its JSON permissions document.2 min read
  8. 08Attach a managed policy to an IAM userAttach one customer managed policy to a user and verify the direct attachment.2 min read
  9. 09Detach a managed policy from an IAM userRemove one direct managed-policy attachment and verify it is absent.2 min read
  10. 10Create a new IAM managed policy versionUpdate a customer managed policy by creating and selecting a new default version.2 min read