Update library/ec2

bumping up min_count value.
This commit is contained in:
Lester Wade 2013-01-25 16:48:27 +00:00 committed by Michael DeHaan
parent db4be52358
commit c339dd146e

2
ec2
View file

@ -160,7 +160,7 @@ def main():
try:
res = ec2.run_instances(image, key_name = key_name,
min_count = 1, max_count = count,
min_count = count, max_count = count,
security_groups = [group],
instance_type = instance_type,
kernel_id = kernel,