EMR on EKS Anywhere

0

I want to run EMR On-Premises, no Spark.

The question, is possible to run EMR (https://aws.amazon.com/emr/) on EKS Anywhere (https://aws.amazon.com/es/eks/eks-anywhere/)

Also, we don't have support to run AWS Outposts.

profile picture
gefragt vor 3 Monaten322 Aufrufe
1 Antwort
2
Akzeptierte Antwort

No, it is not possible to run Amazon EMR on Amazon EKS Anywhere. Amazon EKS Anywhere is a managed Kubernetes service that allows you to run Kubernetes in any environment, whether connected or disconnected from AWS.

However, Amazon EMR is a managed cluster service that is optimized to run on AWS infrastructure like EC2 instances or EKS clusters. Please bear in mind the following:

  • EKS Anywhere does not integrate with the Kubernetes Cluster API Provider for AWS, which is required for EMR to provision and manage clusters.
  • EMR relies on various AWS services under the hood for features like automated scaling, monitoring, logging etc. These would not be available on EKS Anywhere clusters outside of AWS.
  • Managing EMR clusters involves using AWS APIs and CLI commands. This level of integration with AWS control plane would not translate to other environments.

If your requirement is to run EMR workloads on-premises without an internet connection to AWS, then EKS Anywhere is not suitable. The best option would be to install and manage the open-source Hadoop/Spark components directly on an on-prem Kubernetes cluster.

profile picture
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
  • Thank you so much for your support.

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