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
feita há 3 anos3390 visualizações
3 Respostas
0
Resposta aceita

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
respondido há 3 anos
0
respondido há um ano
0

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

respondido há 4 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas