
create-login-profile
********************


DESCRIPTION
===========

Creates a password for the specified user, giving the user the ability
to access AWS services through the AWS Management Console. For more
information about managing passwords, see Managing Passwords in *Using
IAM* .


SYNOPSIS
========

   aws iam create-login-profile
     --user-name <value>
     --password <value>


REQUIRED PARAMETERS
===================

"--user-name"  (string)
   Name of the user to create a password for.

"--password"  (string)
   The new password for the user name.


OPTIONAL PARAMETERS
===================

None
