Loading controls...
Benchmark: Information In Shared Resources (SC-4)
Description
The information system prevents unauthorized and unintended information transfer via shared system resources.
Usage
Browse dashboards and select Information In Shared Resources (SC-4):
steampipe dashboard
Or run the benchmarks in your terminal:
steampipe check aws_compliance.benchmark.fedramp_moderate_rev_4_sc_4
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share aws_compliance.benchmark.fedramp_moderate_rev_4_sc_4
Controls
- DMS replication instances should not be publicly accessible
- EBS snapshots should not be publicly restorable
- EBS volumes should be attached to EC2 instances
- Lambda functions should restrict public access
- RDS DB instances should prohibit public access
- RDS snapshots should prohibit public access
- Redshift clusters should prohibit public access
- S3 buckets should prohibit public read access
- S3 buckets should prohibit public write access
- S3 public access should be blocked at account level
- S3 public access should be blocked at account and bucket levels
- SageMaker notebook instances should not have direct internet access
- VPC default security group should not allow inbound and outbound traffic
- VPC route table should restrict public access to IGW
- VPC security groups should restrict ingress access on ports 20, 21, 22, 3306, 3389, 4333 from 0.0.0.0/0
- VPC security groups should restrict ingress SSH access from 0.0.0.0/0
- VPC security groups should restrict ingress TCP and UDP access from 0.0.0.0/0