From 5e6c678249f1cc5e4fe2c2ddc0601881c5029524 Mon Sep 17 00:00:00 2001 From: patocox Date: Tue, 17 Feb 2015 10:33:11 -0600 Subject: [PATCH] Update aws-fleet.yml --- db/job_templates/aws-fleet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/job_templates/aws-fleet.yml b/db/job_templates/aws-fleet.yml index 8cb45db..d9cf8bc 100644 --- a/db/job_templates/aws-fleet.yml +++ b/db/job_templates/aws-fleet.yml @@ -20,10 +20,10 @@ environment: description: Region and availability zone to deploy your cluster. - variable: NODE_COUNT value: 2 - description: Number of minions to include in your cluster. A master node is auto-created. Do not count the master node in this value. + description: Number of nodes to include in your cluster. - variable: VM_SIZE value: t2.small - description: Size for each node in your cluster. The value should match the available sizes in the AWS console that are compatible with RHEL 7. + description: Size for each node in your cluster. The value should match the available sizes in the AWS console that are compatible with CoreOS. steps: - name: Deploy AWS Fleet Cluster source: centurylink/cluster-deploy:aws.fleet