Skip to main content
All CollectionsMonitoringTests
Test 134: Failed Backups Addressed in Timely Manner
Test 134: Failed Backups Addressed in Timely Manner

Drata inspected infrastructure configuration and confirmed that failed backups were resolved in a timely manner.

Updated over a month ago

Drata inspected company's infrastructure configuration and confirmed that failed backups were resolved in a timely manner.

Prerequisite

  • This test requires an additional permissions: backup:ListBackupJobs.

    • To add this permission to the DrataAutoPilot role to avoid permission errors:

      1. Navigate to the DrataAutopilotRole in IAM Console.

      2. Add an inline policy to the role.

      3. In the policy editor, choose JSON to add permissions manually and paste the following JSON for the permission (backup:ListBackupJobs) needed for this test:

        {
        "Version": "2012-10-17",
        "Statement": [
        {
        "Effect": "Allow",
        "Action": [
        "backup:ListBackupJobs",
        ],
        "Resource": "*"
        }
        ]
        }
      4. Give this inline policy a name and add it to the DrataAutoPilot role

ASSOCIATED DRATA CONTROL

This test is part of the Backup Monitoring control (DCF-99) that ensures automated notifications are sent to personnel in the event of a backup failure. Backup failures are investigated and resolved by engineering personnel following company policies and procedures.

WHAT TO DO IF A TEST FAILS

If Drata identified a failed backup that was not restarted within 24 hours, the test will fail. To remediate a failed test, you will need to ensure that all backup failures are restarted within 24 hours.

Did this answer your question?