Skip to content

Commit c861a74

Browse files
committed
ref(contrib/ec2): minor cleanup in EC2 scripts
1 parent f3489c3 commit c861a74

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

contrib/ec2/provision-ec2-cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ aws cloudformation create-stack \
4444
--stack-name $NAME \
4545
--parameters "$(<$THIS_DIR/cloudformation.json)"
4646

47-
echo_green "Your Deis cluster has successfully deployed to AWS CloudFormation."
48-
echo_green "Please continue to follow the instructions in the README."
47+
echo_green "Your Deis cluster has been successfully deployed to AWS CloudFormation and is currently starting."
48+
echo_green "Please continue to follow the instructions in the documentation."

contrib/ec2/update-ec2-cluster.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ $CONTRIB_DIR/util/check-user-data.sh
2828

2929
# update the deis EC2 cloudformation
3030
aws cloudformation update-stack \
31-
--template-body "$(./gen-json.py)" \
31+
--template-body "$($THIS_DIR/gen-json.py)" \
3232
--stack-name $NAME \
33-
--parameters "$(<cloudformation.json)"
33+
--parameters "$(<$THIS_DIR/cloudformation.json)"
3434

35-
echo_green "Your Deis cluster CloudFormation has been successfully updated."
35+
echo_green "Your Deis cluster on AWS CloudFormation has been successfully updated."

0 commit comments

Comments
 (0)