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
- Accepted Answerasked 2 months ago
- Accepted Answerasked 7 months ago
- asked a year ago
- asked a month ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 5 months ago
Thanks for your answer. I was just about to try this. I got them deleted from the console.