Amazon OpenSearch Service · Arazzo Workflow
Amazon OpenSearch Service Clone a Domain Engine Version
Version 1.0.0
Read a source domain's engine version and create a new domain that matches it.
View Spec
View on GitHub
AnalyticsElasticsearchFull-Text SearchLog AnalyticsOpenSearchSearchArazzoWorkflows
Provider
Workflows
clone-domain-engine-version
Mirror a source domain's engine version onto a new domain.
Describes the source domain, creates a new domain pinned to the source engine version, and polls the new domain until its endpoint is ready.
1
describeSource
DescribeDomain
Describe the source domain to capture the engine version that the new domain should match.
2
createClone
CreateDomain
Create the target domain pinned to the source domain's engine version, using the supplied cluster configuration and EBS options.
3
pollClone
DescribeDomain
Describe the new domain until it reports a published endpoint, looping while the endpoint remains empty.