Command option Sample:aws iam create-login-profile

Search command sample in the internet.It is the result.

Creates a password for the specified user, giving the user the abilityto access AWS services through the AWS Management Console.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/create-login-profile.html

aws iam create-login-profile --user-name Adele --password 4QuickLabs
    AWS Quicklabs via CLI: Introduction to AWS Identity and Access Management (IAM) | NimbusScale Blog : http://blog.nimbusscale.com/2015/07/07/aws-quicklabs-via-cli-introduction-to-aws-identity-and-access-management-iam/
aws iam create-login-profile --user-name
    サイバーエージェント 公式エンジニアブログ : http://chemosurgical23.rssing.com/chan-12372931/all_p7.html
aws iam create-login-profile --cli-input-json file://create-login-profile.json
    create-login-profile — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/create-login-profile.html
aws iam create-login-profile --user-name
    Simple shell script to create a user on AWS with an initial password (required to be changed) and a group 揃 GitHub : http://gist.github.com/cliffano/3f9320fc03f1e8ec8ea361bcec5174f5
aws iam create-login-profile -u
    AWS GovCloud (US) Console - Onboarding Tool : http://govcloudconsolesetup.s3-us-gov-west-1.amazonaws.com/setup.html
aws iam create-login-profile --user-name lambda_user --password My
    AWS Lambda from the command line Jacob Steeves Medium : http://medium.com/@jacobsteeves/aws-lambda-from-the-command-line-7efab7f3ebd9
aws iam create-login-profile \
    HowTo: Create an Amazon IAM User - Dowd and Associates : http://www.dowdandassociates.com/blog/content/howto-create-an-amazon-iam-user/
aws iam create-login-profile --user-name pgtestuser --password testpassword
    How to use/manage AWS IAM using AWS CLI - PHP Web Technology Funda | AWS Cloud : http://www.howtoinmagento.com/2018/05/how-to-usemanage-aws-iam-using-aws-cli.html
aws iam create-login-profile --user-name "seancli" --password "seanpass"
    Secrets of a happy Amazon hacker – IAM, MFA & locking down your account – Scalable Startups : http://www.iheavy.com/2015/11/18/secrets-of-a-happy-amazon-hacker-iam-mfa-locking-down-your-account/
aws iam create-login-profile user-name "myuser" password "Password"
     How do AWS Security Groups work : http://www.thesisscientist.com/docs/Others/6209f2b3-9e90-4c86-87e2-b1d8b6486a79

aws のオプション一覧