From cd05a9851541a16844b877185fe84ff6fa0962c8 Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 23 Mar 2016 19:14:13 +0100 Subject: [PATCH] Rename AWS security group to bigchaindb in run_and_tag.py --- deploy-cluster-aws/run_and_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-cluster-aws/run_and_tag.py b/deploy-cluster-aws/run_and_tag.py index 4d29c949..e2cf0f0d 100644 --- a/deploy-cluster-aws/run_and_tag.py +++ b/deploy-cluster-aws/run_and_tag.py @@ -42,7 +42,7 @@ for _ in range(nodes): # 0, 1, ..., (nodes-1) = nodes items instance_type='m3.2xlarge', #instance_type='c3.8xlarge', #instance_type='c4.8xlarge', - security_groups=['bigchain']) + security_groups=['bigchaindb']) for instance in reservation.instances: time.sleep(5)