Amazon RDS · Arazzo Workflow
Amazon RDS Enable Backup Retention
Version 1.0.0
Set an instance backup retention period immediately and poll until stable.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
enable-backup-retention
Set a DB instance backup retention period and wait for it to apply.
Confirms the instance is available, modifies the backup retention period with ApplyImmediately, then polls until DescribeDBInstances reports the instance available again.
1
confirmInstance
describeDBInstances
Describe the DB instance to confirm it is available before changing the backup retention period.
2
modifyRetention
modifyDBInstance
Submit the modify request setting the backup retention period with the change applied immediately.
3
pollInstance
describeDBInstances
Describe the DB instance and inspect its status. While the instance is still modifying or backing-up the workflow loops back to poll again; once it is available the flow ends.