Using Console
Using CLI
fs-1234567890abcdef0
with the ID of your FSx file system and backup-0abcdef1234567890
with the ID of the backup you want to associate with the file system. You can adjust the AutomaticBackupRetentionDays
and ThroughputCapacity
values as needed.
Using Python
aws configure
command.
'your-file-system-arn1', 'your-file-system-arn2'
with the ARNs of the EFS file systems you want to protect, and 'your-backup-vault-name'
with the name of the backup vault where backups will be stored. This script creates a backup plan for the specified EFS file systems, ensuring they are protected by backups according to the specified schedule and retention policy. Adjust the backup plan settings as needed.