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
질문됨 3년 전3379회 조회
3개 답변
0
수락된 답변

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
답변함 3년 전
0

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

답변함 4달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인