Benchmark: Your Data-4
Description
Establish regular automated backups and redundancies of key systems.
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 Your Data-4.
Run this benchmark in your terminal:
powerpipe benchmark run aws_compliance.benchmark.cisa_cyber_essentials_your_data_4Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_compliance.benchmark.cisa_cyber_essentials_your_data_4 --shareControls
- Backup plan min frequency and min retention check
 - Backup recovery points should not expire before retention period
 - DynamoDB tables should be in a backup plan
 - DynamoDB table point-in-time recovery should be enabled
 - EBS volumes should be in a backup plan
 - EC2 instance should have EBS optimization enabled
 - EC2 instances should be protected by backup plan
 - EFS file systems should be protected by backup plan
 - ElastiCache Redis cluster automatic backup should be enabled with retention period of 15 days or greater
 - ELB application load balancer deletion protection should be enabled
 - FSx file system should be protected by backup plan
 - RDS Aurora clusters should be protected by backup plan
 - RDS DB instance backup should be enabled
 - RDS DB instances should have deletion protection enabled
 - RDS DB instances should be in a backup plan
 - AWS Redshift clusters should have automatic snapshots enabled
 - S3 bucket cross-region replication should be enabled
 - S3 bucket versioning should be enabled