-
Login to AWS account as root user or user with AdminAccess
-
Goto IAM > Users > Click on Create User
-
specify user email
-
enable checkbox for Provide user access to the AWS Management Console - optional
-
select radio button I want to create an IAM user > click Next
-
In Set permissions page , select group which user belongs to or attach IAM policies explicitely
-
User will be created and initial login credentials will be shared on console , Download and share these credentials with user
-
User have to login to aws console with initial credentials and change the password
-
After User creation , Goto IAM → Users → select created username → goto Security credentials → select Assign MFA Device for this user
-
To get programatic access , goto Security credentials tab for that user and select Create access key → specify reason for key creation → Make sure to download the access key and security access key
- Login to AWS account as root user or user with AdminAccess
- Goto IAM > Users Groups > Click on Create group
- specify group name and attach permission policies to this groups
- add users to this group