Ensure that EFS file systems are safeguarded by a backup plan.
Rule | EFS file systems should be protected by backup plan |
Framework | CISA-cyber-essentials |
Severity | ✔ High |
Rule Description:
EFS (Elastic File System) is a scalable, fully managed file storage service provided by Amazon Web Services (AWS). It is essential to have a backup plan in place for EFS file systems to protect against data loss or system failures. This rule aims to ensure that a proper backup and recovery mechanism is implemented to safeguard the EFS file systems in compliance with CISA Cyber Essentials guidelines.
Remediation Steps:
Identify the EFS file systems:
aws efs describe-file-systems
Define the backup strategy:
Configure EFS automated backups:
Replaceaws efs update-file-system --file-system-id <FileSystemId> --backup-policy '{ "Status": "ENABLED", "AutomaticBackupRetentionDays": <RetentionDays> }'
<FileSystemId>
with the ID of the EFS file system and <RetentionDays>
with the desired number of days to retain the backups.Monitor backup status:
Replaceaws efs describe-backup-policy --file-system-id <FileSystemId>
<FileSystemId>
with the ID of the EFS file system.Perform recovery tests:
Monitor backup costs:
Review and update backup plan:
Troubleshooting Steps (if backup issues occur):
Check IAM permissions:
Verify EFS file system details:
Check available backup storage:
Review CloudWatch Events:
Contact AWS Support:
SEO Benefits:
Having a comprehensive backup plan for EFS file systems ensures data protection and system resilience, aligning with CISA Cyber Essentials guidelines. Implementing this rule helps prevent data loss and minimizes downtime in the event of system failures or disasters. Following the remediation steps provides a step-by-step guide for users, which boosts the user experience and increases the visibility of your content in search engine results. By incorporating relevant keywords and accurate descriptions, this content accelerates SEO by attracting organic traffic and improving search engine rankings.