AWS IAM (Identity and Access Management) using notes

Source: Internet
Author: User
Tags aws iam aws management console

To create an alias for the AWS Management Console login page URL

$ aws Iam Create-account-alias--account-alias <value>

Create user

$ aws Iam Create-user--user-name <value>

Delete User

$ aws Iam Delete-user--user-name <value>

List all Users

$ AWS Iam List-users

List users in a specific group

$ aws Iam Get-group--group-name <value>

List all groups to which the user belongs

$ aws Iam list-groups-for-user--user-name <value>

Renaming a user

$ aws Iam update-user--user-name <value>--new-user-name <value>

Provide password for user

$ aws Iam create-login-profile--user-name <value>--password <value>

Create an access key for a user

$ aws Iam Create-access-key--user-name <value>

To delete an access key for a user

$ aws Iam Delete-access-key--user-name <value>--access-key-ID <value>

Add a user to a group

$ aws Iam add-user-to-group--group-name <value>--user-name <value>

Create or change a password policy

8 --require-numbers

AWS IAM (Identity and Access Management) using notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.