Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / iam / delete-login-profile.rst
Size: Mime:
**To delete a password for an IAM user**

The following ``delete-login-profile`` command deletes the password for the IAM user named ``Bob``::

  aws iam delete-login-profile --user-name Bob

For more information, see `Managing Passwords`_ in the *Using IAM* guide.

.. _`Managing Passwords`: http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html