Can not delete elasticache

0

I need to delete two elasticache clusters. They are costing me a fortune. I am getting the following error message when I try and delete them. I really don't think I should have to pay for these from here on out if I can't delete them.

Error message when trying to delete Elasticache

Thanks

Warren
asked a year ago469 views
2 Answers
0

Hello.

What happens if I try to delete it using the AWS CLI?
Are you getting the same error?
If the same error occurs, you may be able to check the detailed log by adding "--debug" to the command option.
https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Clusters.Delete.html

aws elasticache delete-cache-cluster --cache-cluster-id my-cluster

Try running the AWS CLI with CloudShell.
https://docs.aws.amazon.com/cloudshell/latest/userguide/getting-started.html#launch-region-shell

profile picture
EXPERT
answered a year ago
  • Thanks for your answer. I was just about to try this. I got them deleted from the console.

0

It looks like it was an AWS hiccup. They are deleting now. Thanks

Enter image description here

Warren
answered a year 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