OpenSearch domain stuck in "Deleting" status

0

I'm trying to delete an existing OpenSearch domain. The request was submitted successfully, the domain is showing as "Deleting" with "Applying changes" status, but if I view details I only see a "Processing updates - 0%" with a green checkmark in "Initializing" state, and no next steps. Looking into step functions there are none of them. It's been more than 20 hours in this state, and my cluster is still reachable.

How do I force the removal?

serejja
asked 3 months ago421 views
1 Answer
0

Hi Check for Errors:

  • Access OpenSearch Service logs through AWS CloudWatch console. Look for error messages related to the deletion

Use the AWS CLI:

  • Try deleting the domain using the AWS CLI command:
aws es delete-elasticsearch-domain --domain-name my-domain-name

This can bypass potential UI issues.

Consider AWS Support:

  • If the domain remains stuck for over 24 hours, contact AWS Support.
  • They can investigate further and provide specific guidance.
profile picture
EXPERT
Sandeep
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions