Skip to content

Commit

Permalink
added back cc1.4xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Collins committed May 8, 2015
1 parent fc2931f commit 6366c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def get_validate_spark_version(version, repo):
"c4.2xlarge": "hvm",
"c4.4xlarge": "hvm",
"c4.8xlarge": "hvm",
"cc1.4xlarge": "hvm",
"cc2.8xlarge": "hvm",
"cg1.4xlarge": "hvm",
"cr1.8xlarge": "hvm",
Expand Down Expand Up @@ -903,6 +904,7 @@ def get_num_disks(instance_type):
"c4.2xlarge": 0,
"c4.4xlarge": 0,
"c4.8xlarge": 0,
"cc1.4xlarge": 2,
"cc2.8xlarge": 4,
"cg1.4xlarge": 2,
"cr1.8xlarge": 2,
Expand Down

0 comments on commit 6366c45

Please sign in to comment.