IAM Practical

Build on the fundamentals of AWS IAM by learning how to create a new IAM user.

We'll cover the following...

Create an IAM user

Before we dive into the practical and run commands on AWS, we need some credentials to access the AWS account. Use the slides below to learn how to create a new user with programmatic access.

Key points to remember:

  • This user should have the AdministratorAccess policy attached to them.
  • Once the user is
...