More Info:

This rule checks if Amazon Elastic File System (Amazon EFS) file systems are added in the backup plans of AWS Backup. The rule is NON_COMPLIANT if EFS file systems are not included in the backup plans.

Risk Level

Medium

Address

Configuration

Compliance Standards

CBP,SEBI,RBI_MD_ITF,RBI_UCB

Triage and Remediation

Remediation

To remediate the misconfiguration of Elastic File System (EFS) not being included in the backup plan for AWS EC2 instances, you can follow these steps using the AWS Management Console:

  1. Create an EFS Backup Plan:

    • Go to the AWS Management Console and navigate to the AWS Backup service.
    • Click on “Create backup plan” and provide a name for your backup plan.
    • Select the resources you want to include in the backup plan, in this case, select the Elastic File System (EFS) that you want to backup.
    • Configure the backup settings such as backup frequency, retention period, and backup window according to your requirements.
    • Review and create the backup plan.
  2. Associate EC2 Instances with the Backup Plan:

    • Go to the AWS Backup service in the AWS Management Console.
    • Click on “Protected resources” and then “Add resource”.
    • Select the EC2 instances that are using the EFS that you want to backup.
    • Associate these EC2 instances with the backup plan you created in the previous step.
  3. Verify Backup Configuration:

    • Once the backup plan is created and EC2 instances are associated with it, verify that the EFS is now included in the backup plan.
    • Check the backup schedule and retention period to ensure that it meets your backup requirements.

By following these steps, you have successfully remediated the misconfiguration of not including Elastic File System (EFS) in the backup plan for AWS EC2 instances. This will help ensure that your EFS data is backed up regularly and can be restored in case of any data loss or corruption.