Amazon OpenSearch Service · Arazzo Workflow
Amazon OpenSearch Service Provision Domain and Confirm Endpoint
Version 1.0.0
Create an OpenSearch domain and poll its status until the search endpoint is live.
View Spec
View on GitHub
AnalyticsElasticsearchFull-Text SearchLog AnalyticsOpenSearchSearchArazzoWorkflows
Provider
Workflows
provision-domain
Create a domain and wait until its endpoint is available.
Submits a CreateDomain request and polls DescribeDomain until the domain is reported as created with a populated endpoint, returning the domain identifier, ARN, and endpoint.
1
createDomain
CreateDomain
Submit the CreateDomain request with the supplied engine version, cluster configuration, EBS options, and access policy.
2
pollDomain
DescribeDomain
Describe the domain and check whether it has finished being created and published a search endpoint. While the endpoint is still empty the step loops back to describe the domain again.