91686/how-to-add-an-user-to-an-iam-group
Hi Guys,
I have created one group in AWS IAM. I want to add one user to this group. How can I do that?
Hi@akhtar,
You can add the specified user to the specified group. The following add-user-to-group command adds an IAM user named Bob to the IAM group named Admins.
$ aws iam add-user-to-group --user-name Bob --group-name Admins
As of AWS CLI v1.11.46, you can ...READ MORE
Hi@akhtar, You can attach the specified managed policy ...READ MORE
Hi@akhtar, You can create a new AWS secret ...READ MORE
Hi@akhtar, You can create a password for the specified ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
I had a similar problem with trying ...READ MORE
Hi@akhtar, To create new user in AWS, you ...READ MORE
Hi@akhtar, You can attach the specified managed policy to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.