Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 447 Bytes

iam-policy-documents.md

File metadata and controls

19 lines (14 loc) · 447 Bytes

IAM Policy Documents

Permissions with IAM

  • Permissions are assigned using policy documents.

  • Policy Documents are made up of JSON (JavaScript Object Notation).

    • Key/Value Pairs
  • Policy document example for full admin access:

  • Effect: Allow or Deny

  • Action: What the user can do

  • Reource: What resource is impacted

  • IAM Policy Documents can be assigned to:

    • Groups
    • Users
    • Roles