2 Answers
- Newest
- Most votes
- Most comments
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
Relevant content
- asked 6 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 7 months ago

Thanks for your answer. I was just about to try this. I got them deleted from the console.