Commit de833b3a by Lester Wade Committed by Michael DeHaan

Update library/ec2

bumping up min_count value.
parent b0ecfbb2
...@@ -160,7 +160,7 @@ def main(): ...@@ -160,7 +160,7 @@ def main():
try: try:
res = ec2.run_instances(image, key_name = key_name, res = ec2.run_instances(image, key_name = key_name,
min_count = 1, max_count = count, min_count = count, max_count = count,
security_groups = [group], security_groups = [group],
instance_type = instance_type, instance_type = instance_type,
kernel_id = kernel, kernel_id = kernel,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment