More Info:

This rule checks if AWS Storage Gateway volumes are protected by a backup plan. The rule is NON_COMPLIANT if the Storage Gateway volume is not covered by a backup plan.

Risk Level

High

Address

Configuration

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration of Storage Gateway volumes not having a backup plan in AWS EC2 using the AWS console, follow these steps:

  1. Login to AWS Console: Go to the AWS Management Console (https://aws.amazon.com/) and login with your credentials.

  2. Navigate to Storage Gateway: In the AWS Management Console, search for “Storage Gateway” in the services search bar, and click on the Storage Gateway service.

  3. Select the Gateway: Select the Storage Gateway that is associated with the EC2 instance for which you want to create a backup plan.

  4. Create a Backup Plan:

    • Click on the “Volumes” tab in the Storage Gateway console.
    • Select the volume for which you want to create a backup plan.
    • Under the “Actions” dropdown menu, select “Create EBS Snapshot Schedule”.
    • Configure the backup schedule according to your requirements, such as frequency, retention policy, and start time.
    • Click on “Create” to save the backup plan.
  5. Monitor the Backup Plan:

    • Once the backup plan is created, you can monitor its status and view the backup history in the Storage Gateway console.
    • Ensure that the backup plan is running as per the configured schedule and that backups are being created successfully.
  6. Verify Backup Data:

    • Periodically verify the backup data to ensure that it can be restored in case of any data loss or disaster.

By following these steps, you can remediate the misconfiguration of Storage Gateway volumes not having a backup plan for your AWS EC2 instance using the AWS console.