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
gefragt vor 3 Jahren3389 Aufrufe
3 Antworten
0
Akzeptierte Antwort

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
beantwortet vor 3 Jahren
0
beantwortet vor einem Jahr
0

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

beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen