We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dab70a commit 3ab10d4Copy full SHA for 3ab10d4
compliance/controls/baseline/aws/backup/aws_ebs_instances_have_backup_withing_rpo_period.yaml
@@ -10,7 +10,7 @@ Query:
10
Parameters:
11
- Key: awsEbsInstancesBackupPeriod
12
Required: true
13
- DefaultValue: ""
+ DefaultValue: "72"
14
PrimaryTable: aws_ebs_volume
15
QueryToExecute: |
16
WITH all_backup AS (
@@ -56,4 +56,4 @@ Tags:
56
- AWS Elastic Block Store (EBS)
57
score_tags:
58
- Missing Backup
59
-Title: Attached EBS Storage Volumes restoration needs meet RPO Standard
+Title: Attached EBS Storage Volumes restoration needs meet RPO Standard
0 commit comments