Amazon OpenSearch Service · Arazzo Workflow
Amazon OpenSearch Service Decommission a Domain
Version 1.0.0
Confirm a domain exists, delete it, and poll until the deletion completes.
View Spec
View on GitHub
AnalyticsElasticsearchFull-Text SearchLog AnalyticsOpenSearchSearchArazzoWorkflows
Provider
Workflows
decommission-domain
Verify, delete, and confirm removal of a domain.
Describes the domain to capture its identity, deletes it, and polls DescribeDomain until the domain reports that deletion is complete.
1
confirmDomain
DescribeDomain
Describe the domain to confirm it exists and capture its ARN and id for the deletion audit record.
2
deleteDomain
DeleteDomain
Issue the DeleteDomain request to permanently remove the domain and all of its data.
3
pollDeletion
DescribeDomain
Describe the domain and check whether deletion has completed. While the domain still reports that it is not yet deleted the step loops back to describe it again.