cs0815
cs0815

Reputation: 17388

restart terminated emr cluster

I terminated an existing cluster to not incur costs. Can I somehow restart this cluster. Is cloning = restart? Thanks and sorry about my ignorance.

Upvotes: 1

Views: 1878

Answers (1)

Henry
Henry

Reputation: 1686

No, cloning is not restarting.

If you fully automated your cluster with, i.e., bootstrap actions and cluster steps, then cloning will be the exact same. It takes the configuration and re-launches that. But if you SSH'd in and executed manual commands, you will not be able to get that back..

One of the key things with EMR is that it is ephemeral

Upvotes: 2

Related Questions