Description
Enable IAM Access analyzer for IAM policies about all resources in each active AWS 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.
Rationaleβ
AWS IAM Access Analyzer helps you identify the resources in your organization and accounts, such as Amazon S3 buckets or IAM roles, that are shared with an external entity. This lets you identify unintended access to your resources and data. Access Analyzer identifies resources that are shared with external principals by using logic-based reasoning to analyze the resource-based policies in your AWS environment. IAM Access Analyzer continuously monitors all policies for S3 bucket, IAM roles, KMS (Key Management Service) keys, AWS Lambda functions, and Amazon SQS(Simple Queue Service) queues.
Auditβ
From Consoleβ
- Open the IAM console at https://console.aws.amazon.com/iam/.
- Choose
Access analyzer
. - Click
Analyzers
. - Ensure that at least one analyzer is present.
- Ensure that the
STATUS
is set toActive
. - Repeat these step for each active region.
From Command Lineβ
- Run the following command:
aws accessanalyzer list-analyzers | grep status
- Ensure that at least one Analyzer the
status
is set toACTIVE
. - Repeat the steps above for each active region.
If an Access Analyzer is not listed for each region or the status is not set to active refer to the remediation procedure below.
Referencesβ
- https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html
- https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html
- https://docs.aws.amazon.com/cli/latest/reference/accessanalyzer/get-analyzer.html
- https://docs.aws.amazon.com/cli/latest/reference/accessanalyzer/create-analyzer.html
Additional Informationβ
Some regions in AWS are enabled by default and some are disabled by default. Regions introduced prior to March 20, 2019 are enabled by default and cannot be disabled. Regions introduced after can be disabled by default. For more information on managing AWS Regions, please see AWS's documentation on managing AWS Regions.