turbot/aws_top_10

Control: Ensure that IAM Access analyzer is enabled for all regions

Description

Enable IAM Access analyzer for IAM policies about all resources in each region. IAM Access Analyzer is a technology introduced at AWS reinvent 2019. After the Analyzer is enabled in IAM, scan results are displayed on the console showing the accessible resources. Scans show resources that other accounts and federated users can access, such as KMS keys and IAM roles. So the results allow you to determine if an unintended user is allowed, making it easier for administrators to monitor least privileges access. Access Analyzer analyzes only policies that are applied to resources in the same AWS Region.

Usage

Run the control in your terminal:

powerpipe control run aws_top_10.control.iam_access_analyzer_enabled

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run aws_top_10.control.iam_access_analyzer_enabled --share

SQL

This control uses a named query:

iam_access_analyzer_enabled

Tags