Create AWS IAM Admin User with Group and Policy
Answer
Scenario
You need to set up a new administrative user account for regular use instead of using the root account.
Task
Create an IAM user named devops-admin with console password access. Add the user to the admin group (which should have the AdministratorAccess policy attached), and tag the user with key Role and value DevOps.
Note: You can use either the AWS Management Console or AWS CLI to complete this task.
📹 Video Solution