EMR in 2 AZs and High Availability

0

Can you deploy multiple EMR master nodes in different AZs and failover between them? Or - how do I make my EMR cluster HA?

Can you schedule core nodes in 2 AZs?

AWS
asked 3 years ago3344 views
3 Answers
0
Accepted Answer

No, currently Amazon EMR always launch all the nodes (master, core task) in a single AZ. With Instance fleet option you can specify multiple subnet while launching the cluster, however EMR will automatically pick one subnet (AZ) (based on best availability of nodes ).

With EMR multi master feature, EMR does launch 3 master nodes however they will be in same AZs only. Multi master feature is to reduce the probability of cluster termination due to master node termination. (which is a single point of failure in case of single master node cluster). In addition to that it does implement HA functionality for HDFS Namenode, Yarn Resource manager, Hbase master etc...

AWS
answered 3 years ago
0
0

Is it safe to say that , in terms of availability EMR serverless would be a better option than EMR ?

answered 3 months 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