Giving Someone Access to Your AWS Account

by 

| February 28, 2023 | in

Sometimes you need to let someone else configure your AWS account for you. There are two options. One option is to create an IAM user with AdministratorAccess, and the second would be to use AWS IAM Identity Center. In this blog post, we will cover using the IAM user option.

Visit https://console.aws.amazon.com to access your AWS Console.

Search for and then click “IAM”.

Searching "IAM"

Clicking "IAM"

Expand Access management and click “Users”.

Access Management menu

Then click “Add users”.

Add users button

Name the new user.

User name field

There are two options for creating console access type users. The first would be to integrate with Identity Center, which is probably the better long-term solution. But in this case, we will create an IAM user.

Provide user access option

Click Next at the bottom of the screen.

Next button

Now we need to add permissions to our user. To do this, we will attach policies directly.

Click AdministratorAccess.

AdministratorAccess

Click Next at the bottom of the screen.

Next button

This will give you a new user that has admin access. You will need to send the user information (username and password) to the user.


Related posts