Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you delete an AWS EMR Cluster?

Tags:

I've been playing around with AWS EMR and I now have a few clusters that are terminated and that I want to delete:

enter image description here

However, there is no obvious option to delete them. How do I make them go away?

like image 372
vy32 Avatar asked Nov 11 '15 23:11

vy32


People also ask

Can we stop EMR cluster?

At this time there is not a way to STOP and EMR cluster in the same sense you can with EC2 instances. The EMR cluster uses instance-store volumes and the EC2 start/stop feature relies on the use of EBS volumes which are not appropriate for high-performance, low-latency HDFS utilization.


1 Answers

They stay around for 60 days which is now documented here: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-manage-view-clusters.html

Amazon EMR saves metadata about terminated clusters for your reference for two months, after which the metadata is deleted.

like image 51
arjunj Avatar answered Sep 19 '22 10:09

arjunj