Skip to main content
All CollectionsTemplatesIntermediate
Delete an IAM User Account - Workflow Template
Delete an IAM User Account - Workflow Template

This workflow automates the procedure to delete or detach items from an user before deleting an IAM User Account.

Updated over a week ago

This workflow template is designed to streamline the process of securely removing an IAM user account from AWS. It encompasses a comprehensive series of actions including the deletion or detachment of the user's password, access keys, signing certificate, SSH public keys, and service-specific credentials. Additionally, it deactivates and removes the user's MFA device, detaches managed policies, removes the user from any groups, and ultimately, deletes the user account. The automation ensures a thorough clean-up of all associated credentials and permissions, adhering to best practices in identity and access management.

Use Cases

Identity and Access Management

Workflow Breakdown

  1. Delete the user's password.

  2. Delete the user's access keys.

  3. Delete the user's signing certificate.

  4. Delete the user's SSH public key.

  5. Delete the user's service specific credentials.

  6. Deactivate the user's multi-factor authentication (MFA) device.

  7. Delete the user's inline policies.

  8. Detach any managed policies that are attached to the user.

  9. Remove the user from any user groups.

  10. Delete the user.

Vendors

AWS, Utils

Workflow Output

Collection of resources that were deleted or detached in order to delete the user account.

Did this answer your question?