Skip to content

AWS ‐ IAM (Identity & Access Management)

FullstackCodingGuy edited this page Nov 30, 2024 · 11 revisions
  • Secure access control to Authenticate and Authorize users with our accounts
  • Login with Root user to create account credentials and create another aws account
  • Never use root account to launch any aws resources as root user is a powerful user

Authentication - who are you?

  • Verifying the identity of the user

Authorization - what you can?

  • Specify Access control policies

image

image

image

AWS Identity Types

  • To control access to resources and services
Clone this wiki locally