Amazon RDS · Arazzo Workflow
Amazon RDS Upgrade DB Engine Version
Version 1.0.0
Resolve a target engine version, upgrade the instance, and poll until stable.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
upgrade-engine-version
Upgrade a DB instance engine version and wait for it to stabilize.
Resolves available engine versions, confirms the instance is available, modifies the engine version with ApplyImmediately, and polls until DescribeDBInstances reports the instance available again.
1
lookupVersions
describeDBEngineVersions
Describe the available engine versions for the supplied engine so the requested target version can be validated before upgrading.
2
confirmInstance
describeDBInstances
Describe the DB instance to confirm it is available before applying the engine upgrade.
3
upgradeInstance
modifyDBInstance
Submit the modify request setting the new engine version with the upgrade applied immediately.
4
pollInstance
describeDBInstances
Describe the DB instance and inspect its status. While the instance is still upgrading the workflow loops back to poll again; once it is available the flow ends.