Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.05 KB

File metadata and controls

26 lines (20 loc) · 1.05 KB

IAM Overview

Identity & Access Management

Lets you manage identities and allocate the permissions required for different roles, groups, users, and organizations.

  • Notes:

    • Authentication: When an entity represents itself, IAM verifies the identity. This process results in a verified identity.
      • Two ways to interact:
        • Username and password
        • Programmatic Access: Access key and secret key.
    • Default Implicit deny - an allow statement is required or else all access is implicitly denied.
      • A deny (explicit) always overrides an allow.
    • Groups are not an identity - you cannot log in as a group.
    • Identity Federation is one way to get around IAM user account limits (5000 users).
  • Exam tips:

    • Familiarize yourself with the Credential Report.
    • Watch for gotcha questions about groups:
      • logging in as a group - you don't.
    • Expect a question on policy variables.