Benchmark: Access Enforcement (AC-3)
Description
The information system enforces approved authorizations for logical access to information and system resources in accordance with applicable access control policies.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-aws-complianceStart the Powerpipe server:
steampipe service startpowerpipe serverOpen http://localhost:9033 in your browser and select Access Enforcement (AC-3).
Run this benchmark in your terminal:
powerpipe benchmark run aws_compliance.benchmark.nist_800_53_rev_4_ac_3Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_compliance.benchmark.nist_800_53_rev_4_ac_3 --shareControls
- DMS replication instances should not be publicly accessible
 - EBS snapshots should not be publicly restorable
 - EMR cluster Kerberos should be enabled
 - IAM groups should have at least one user
 - IAM policy should not have statements with admin access
 - IAM root user should not have access keys
 - IAM users should be in at least one group
 - IAM user should not have any inline or attached policies
 - IAM user credentials that have not been used in 90 days should be disabled
 - Lambda functions should restrict public access
 - RDS snapshots should prohibit public access
 - Redshift clusters should prohibit public access
 - SageMaker notebook instances should not have direct internet access
 - S3 buckets should prohibit public read access
 - S3 buckets should prohibit public write access
 - S3 public access should be blocked at account and bucket levels