AWS IAM user creation

Agnasarp
4 min readJun 6, 2021

--

Hello everyone! Welcome to the Agnasarp! Nowadays software development is heavily dependent on the cloud. Amazon AWS is a super cool platform to learn and use for commercial applications at reasonable rates. Therefore, knowledge about AWS and its products will be really useful for every one of us. Then we can create an AWS account and use it completely free for one year under its free tier. After signing up, you will have a root account so, as the first step, you need to create an IAM user since the root account has all privileges. And you should never ever share the root account with other users. This post will guide you to create an AWS IAM user step by step.

https://youtu.be/T4PYm8iunxQ

Step 1: Log in to the management console

First, you have to log in to the AWS management console. You can use the root account or an IAM user that has user creation privileges.

Management console URL

Here, we are using an IAM user that has admin permissions.

AWS management console login page

Step 2: Search for IAM in the search box

AWS management console

Step 3: Click on Users

IAM dashboard with global scope

Step 4: Click on Add User button

Add IAM user

Step 5: Type user details

It is better to select both Programmatic access and AWS Management Console access in the Access type.

Set new IAM user details

Step 6: Set permissions for the user

Set the permission of the IAM user

Step 7: Set tags for the user (optional)

This is optional and useful to quickly get an idea about the user if we have multiple users in the user list.

Add tags to IAM user

Step 8: Download user credentials

Need to download and securely save the new user credential in the csv file.

New IAM successful user creation

Step 9: Check user list

IAM user list

Step 10: Check Permission, Groups, Tags, and Security credentials, etc. of the new user

We can check user permissions, groups, tags, security credentials, and access advisor from each tab as in the below images.

IAM user — permission
IAM user — groups
IAM user — tags
IAM user — security credentials

If we open a new tab with the console sign-in URL in the security credentials, the existing page will be logged out automatically as below.

Automatic signing out from the previous page

Step 11: Log in to the management console with new user credentials

New IAM user login

Step 12: Reset the password of the new user

Since we put a tick on autogenerated password in the user creation, the user has to reset the password at the first login as below.

New IAM password reset

Step 13: Use any AWS product

New IAM user in IAM dashboard
New IAM user in IAM dashboard

That is all from today’s post. If you have any questions about the process of this IAM user creation or any suggestion that you want to make, please feel free to comment in the comment section below. We will meet you again with this kind of valuable topic. Until then bye!

Originally published at https://www.agnasarp.com on June 6, 2021.

--

--

Agnasarp

Agnasarp is a technology-focused blog that has enough information about cutting-edge technologies that you can use for your problems. Stay with us!