Skip to content

Commit 7ec09db

Browse files
committed
first version
1 parent d3f90ed commit 7ec09db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/aws/create-clusters.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ done
1515
create_cluster() {
1616
echo "VPC ID is $VPC_ID"
1717
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
18+
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
1919
}
2020

2121
create_cluster $MONGO_INSTANCE_TYPE mongo-cluster mongo-cluster-profile

0 commit comments

Comments
 (0)