turbot/aws_top_10

GitHub
Loading controls...

Control: Ensure there is only one active access key available for any single IAM user

Description

Access keys are long-term credentials for an IAM user or the AWS account root user. You can use access keys to sign programmatic requests to the AWS CLI or AWS API (directly or using the AWS SDK).

Usage

Run the control in your terminal:

steampipe check aws_top_10.control.iam_user_one_active_key

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share aws_top_10.control.iam_user_one_active_key

SQL

This control uses a named query:

iam_user_one_active_key

Tags