We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f90ed commit 7ec09dbCopy full SHA for 7ec09db
1 file changed
infra/aws/create-clusters.sh
@@ -15,7 +15,7 @@ done
15
create_cluster() {
16
echo "VPC ID is $VPC_ID"
17
echo "Creating cluster for $1"
18
- ecs-cli up --force --instance-role ecsInstanceRole --extra-user-data botocore.sh --keypair tedSWS --size 1 --instance-type $1 --cluster-config $2 --ecs-profile $3 --vpc $VPC_ID --subnets $SUBNET_1_ID,$SUBNET_2_ID --security-group $SECURITY_GROUP
+ ecs-cli up --force --instance-role ecsInstanceRole --size 1 --instance-type $1 --cluster-config $2 --ecs-profile $3 --vpc $VPC_ID --subnets $SUBNET_1_ID,$SUBNET_2_ID --security-group $SECURITY_GROUP
19
}
20
21
create_cluster $MONGO_INSTANCE_TYPE mongo-cluster mongo-cluster-profile
0 commit comments