Commit c6b113f4 by Feanil Patel

Update the abbey ami Name. to use the play.

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