Using Console
Using CLI
"YourBackupPlanName"
with a suitable name for your backup plan.<BackupPlanId>
with the ID of the backup plan you created in step 1."YourSelectionName"
with a suitable name for your backup selection."YourIamRoleArn"
with the IAM role ARN that has permissions to perform backups."region"
, "account-id"
, and "cluster-name"
with your AWS region, account ID, and Aurora DB cluster name, respectively.Using Python
your_aws_region
with the AWS region where your Aurora DB cluster is located, and your_cluster_identifier
with the actual identifier of your Aurora DB cluster.
enable_backup_plan.py
) and run it using Python. Make sure you have the necessary permissions in your AWS IAM role to modify the Aurora DB cluster.