Components of IAM Policy in AWS

Components of IAM Policy

  • Version – Specify current version of policy language
  • Statement – Contains array of elements
  • Element – Whether the statement will result in allow or explicit deny
  • Action – Describes specific action or actions that will be allowed or denied
  • Resource – Specify object or objects that statement covers
  • Principal – Specify the identify

Leave a Reply