Skip to content

AWS IAM

Posted on:August 9, 2022 at 06:36 PM

tp.web.random_picture

My notes on AWS Identity and Access Management (IAM) service.

Table of contents

Open Table of contents

AWS IAM Overview

IAM Best Practices

IAM MFA Options

AWS Access Options

There are 3 ways in which we can access AWS account.

  1. AWS Management Console - protected by Password + MFA.
  2. AWS Command Line Interface (CLI) - protected by access keys.
  3. AWS Software Development Kit (SDK) - for code: protected by access keys.

We can generate Access Keys through AWS Management Console.

Access Key ID ~= username Secret Access Key ~= password

IAM Security Tools

IAM Credentials Report (account-level)

IAM Access Advisor (user-level)

References