Amazon RDS · Arazzo Workflow
Amazon RDS Verify Engine Support Then Provision
Version 1.0.0
Validate the engine version is offered, then provision an instance and wait.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
verify-engine-then-provision
Confirm an engine version is offered, then create and await a DB instance.
Describes available engine versions, creates an instance pinned to the validated engine version, then polls DescribeDBInstances until available.
1
verifyEngineVersion
describeDBEngineVersions
Describe the available engine versions for the supplied engine and version to confirm the combination is offered before provisioning.
2
createInstance
createDBInstance
Create the DB instance pinned to the validated engine and engine version with the supplied class, credentials and storage.
3
pollInstance
describeDBInstances
Describe the DB instance and inspect its status. While the instance is still creating the workflow loops back to poll again; once it is available the flow ends.