Amazon EMR – Troubleshooting Cluster Termination Errors

amazon-emramazon-web-servicescluster

Hi when I create EMR cluster. The status says it is being created but after 58 minutes it throws in error saying Master - 1: Error provisioning instances. Error message(Screenshot of error attached) I tried multiple times but all attempts was failed.

I was following the AWS documentation on how to create EMR cluster

https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-gs.html

Create EMR cluster on AWS(Picture from the documentation attached)

where did i go wrong? I want to successfully create EMR cluster and attach Jupiter notebook to the cluster. Is there a documentation to successfully create a cluster and make the cluster to run without being terminated after 58 Minutes

Please suggest me what has to be done.

Thankyou.

Best Answer

@rgzv posted a "link only" answer that posted to an AWS forum, which requires a login to access, so the answer was deleted by a moderator.

The answer linked to appears to say that the subnet that hosts the EMR cluster needs a route table entry 0.0.0.0/0 to the internet gateway. That suggests that the EMR cluster needs access to public resources or AWS endpoints.

Sometimes VPC endpoints can be used instead of an internet gateway.

Related Topic