Create IAM user using the AWS CLI

0 votes

Hi Guys,

I have configured AWS CLI in the local system. I want to create an IAM user from the command line. How can I do that?

Oct 7, 2020 in AWS by akhtar
• 38,230 points
342 views

1 answer to this question.

0 votes

Hi@akhtar,

You can create an IAM user from the command line. It uses a create-user in CLI to create the user in the current account as shown below.

$ aws iam create-user –user-name user1
answered Oct 7, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

answered Sep 6, 2018 in AWS by Archana
• 4,170 points
18,940 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

answered Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,824 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to delete an IAM user using AWS CLI?

Hi@akhtar, You can delete the specified IAM user. ...READ MORE

answered Nov 3, 2020 in AWS by MD
• 95,440 points
1,592 views
+1 vote
1 answer

How to create an IAM user in AWS?

Hi@akhtar, To create new user in AWS, you ...READ MORE

answered Jun 1, 2020 in AWS by MD
• 95,440 points
1,090 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP