More Info:

Your AWS account should have minimum number of admins

Risk Level

Medium

Address

Security

Compliance Standards

CBP

Triage and Remediation

How to Prevent

To prevent having fewer than the minimum number of administrators in AWS IAM using the AWS Management Console, follow these steps:

  1. Access IAM Dashboard:

    • Sign in to the AWS Management Console.
    • Navigate to the IAM (Identity and Access Management) service by searching for “IAM” in the search bar and selecting it.
  2. Review IAM Users:

    • In the IAM Dashboard, click on “Users” in the left-hand navigation pane.
    • Review the list of users to identify those with administrative privileges. Look for users with the AdministratorAccess policy attached.
  3. Check Group Memberships:

    • Click on “Groups” in the left-hand navigation pane.
    • Review the groups to see if any have the AdministratorAccess policy attached.
    • Ensure that there are enough users in these groups to meet your minimum requirement for administrators.
  4. Add Additional Admins if Necessary:

    • If you find that you do not have the minimum number of administrators, you can add more users with administrative privileges.
    • Click on “Add user” in the IAM Dashboard.
    • Follow the prompts to create a new user and attach the AdministratorAccess policy to their account.

By following these steps, you can ensure that your AWS account maintains the minimum number of administrators required for proper management and security.

Additional Reading: