0

I have successfully managed to install a Spark Cluster in EC2 using the distribution from:

https://github.com/amplab/spark-ec2

However, I can see there is no option for having EC2 dedicated hardware tenancy for the Spark master and cluster nodes, is that the case or am I missing something? Will it always run on shared hardware?

Thanks,

and_apo
  • 1,217
  • 3
  • 17
  • 41

1 Answers1

1

I believe the easiest way to accomplish what you are looking for is to set the instance tenancy attribute on a VPC in your account to "dedicated". Then everything you run in that VPC will use dedicated instances.

Mark B
  • 183,023
  • 24
  • 297
  • 295