Melissa Jenner
Melissa Jenner

Reputation: 851

AWS: Not able to delete Elasticsearch Service

At AWS console, Elasticsearch dashboard, I chose Actions -> Delete domain to delete Elasticsearch service. But, the domain name still shows at the Elasticsearch dashboard even though the "Domain status" shows "Being deleted". . There are three network interfaces attached to the Elasticsearch service. I am not able to Detach and delete those network interfaces because of it. Please help.

Upvotes: 1

Views: 2441

Answers (1)

Mike Dalrymple
Mike Dalrymple

Reputation: 1111

I had a similar situation with the AWS console being stuck at "Being deleted". When I tried with the CLI, the delete completed in less than a minute. That leads me to believe the cluster was already deleted but the UI was stuck. The command I ran was:

aws es delete-elasticsearch-domain --domain-name my-domain

Upvotes: 3

Related Questions