Puppet Task: iam_aws_delete_login_profile
- Defined in:
-
tasks/iam_aws_delete_login_profile.json,
tasks/iam_aws_delete_login_profile.rb
Overview
Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console. Deleting a user's password does not prevent a user from accessing AWS through the command line interface or the API. To prevent all user access, you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.