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 b0ecfbb26d
commit de833b3ae0

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,