Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #32 from hyviquel/patch-1
Browse files Browse the repository at this point in the history
Update c3 instances to hvm type
  • Loading branch information
shivaram committed Jun 13, 2016
2 parents 550e2c9 + 389a6b7 commit 31f7927
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@ def get_validate_spark_version(version, repo):
EC2_INSTANCE_TYPES = {
"c1.medium": "pvm",
"c1.xlarge": "pvm",
"c3.large": "pvm",
"c3.xlarge": "pvm",
"c3.2xlarge": "pvm",
"c3.4xlarge": "pvm",
"c3.8xlarge": "pvm",
"c3.large": "hvm",
"c3.xlarge": "hvm",
"c3.2xlarge": "hvm",
"c3.4xlarge": "hvm",
"c3.8xlarge": "hvm",
"c4.large": "hvm",
"c4.xlarge": "hvm",
"c4.2xlarge": "hvm",
Expand Down

0 comments on commit 31f7927

Please sign in to comment.