Control: 1.12 Ensure no root account access key exists
Description
The root account is the most privileged user in an AWS account. AWS Access Keys provide programmatic access to a given AWS account. It is recommended that all access keys associated with the root account be removed.
Removing access keys associated with the root account limits vectors by which the account can be compromised. Additionally, removing the root access keys encourages the creation and use of role based accounts that are least privileged.
Remediation
Perform the following to delete or disable active root access keys being
Via the AWS Console
Perform the following action to disable user console password:
- Sign in to the AWS Management Console as Root and open the IAM console.
- Click on
<Root_Account_Name>
at the top right and selectSecurity Credentials
from the drop down list. - On the pop out screen Click on
Continue to Security Credentials
. - Click on
Access Keys
(Access Key ID and Secret Access Key). - Under the
Status
column if there are any Keys which are Active
- Click on
Make Inactive
- (Temporarily disable Key - may be needed again). - Click
Delete
- (Deleted keys cannot be recovered).
Usage
Run the control in your terminal:
powerpipe control run aws_compliance.control.cis_v120_1_12
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run aws_compliance.control.cis_v120_1_12 --share
SQL
This control uses a named query:
iam_root_user_no_access_keys