Commit 2f421944 by Feanil Patel

Change Abbey AMI ID.

parent c6b113f4
...@@ -675,7 +675,7 @@ if __name__ == '__main__': ...@@ -675,7 +675,7 @@ if __name__ == '__main__':
sqs_queue = None sqs_queue = None
instance_id = None instance_id = None
run_id = "abbey-{}-{}-{}-{}".format( run_id = "{}-abbey-{}-{}-{}".format(
int(time.time() * 100), args.environment, args.deployment, args.play) int(time.time() * 100), args.environment, args.deployment, args.play)
ec2_args = create_instance_args() ec2_args = create_instance_args()
......
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