aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
Diffstat (limited to 'ec2')
-rwxr-xr-xec2/spark_ec2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index ddd3d5aa6d..48eb8ca3c1 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -371,6 +371,7 @@ def get_num_disks(instance_type):
# From http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?InstanceStorage.html
disks_by_instance = {
"m1.small": 1,
+ "m1.medium": 1,
"m1.large": 2,
"m1.xlarge": 4,
"t1.micro": 1,