AWS - IAM User

RanaWat.Tech is a group of passionate designers and front-end developers of mobile and web applications. We are on a path to provide a nurturing environment for future developers and designers who are competent enough to learn and deliver great user experiences. We work in 7+ programming languages and various front-end frameworks to create our projects and provide effective & efficient solutions.
ranawat.tech is a new-born start-up ecosystem which functions in different ways.
ranawat.tech is growing into a community of smart, dedicated & highly skilled developers, UI/UX designers often referred to as the contributers. They are the growth engines of ranawat.tech.
ranawat.tech evaluates it's contributers on month-by-month basis. ranawat.tech's value contributers are rewarded with goodies and swags.
The contributers can sell & promote their own ready-made projects & designs on our platform at zero-commission costs.
Besides that RWT also works on custom on-demand projects in accordance with the customer requirements. So if you are really excited to work & contribute on a industry-level real time project than it's the perfect for you to start.
So, what you are waiting for? Join Now & start contributing!!
Also follow us on our social media platforms for such exciting opportunities and services.
Have a great day!! ๐๐ #Team@ranawat.tech
Problem Statement
Create an Admin user with IAM
Create a User with the Following Configurations
Must have Custom Password & Required password reset checkbox as unselect
Add
Administrator AccessPolicyCreate a Tag as
key=role&value=testerTry to log in with that newly created admin user
Create an Admin User with IAM (AWS)
Go to AWS Console search For IAM and open the Service

After that click on Users, select Add Users
Now give the username for that User
In AWS Credential Type Select Password- AWS Management Console Access

Use Custom Password & Unselect checkbox for the required password reset

After that Click on Next
Now in Set Permissions select Attach Existing Policies Directly

In Policies select Administrator Access

Click on Next Tags
We are using tags as keys (role)=Value(tester), You can give anything as per your needs

After that Click on Next & Click on Create User
Your IAM Admin User is Successfully Created
To access the user, go to IAM & then users click on your username
Go to security Credentials & Console-sign in link Given in the summary

Enter your Username & Password & click on Sign in.
Now you can use your IAM user with all Access except Billing Dashboard.
Note: - It is very necessary to not use your root user account for any services, the best practices always suggest creating a new user admin user by Admin.

