From c58ca5809d1fafabde5870a55f8f78b282edb145 Mon Sep 17 00:00:00 2001 From: sukanto-m Date: Wed, 10 Nov 2021 22:44:09 +0530 Subject: [PATCH] fixed typo in update.sh - was create-stack should be update --- supporting_material/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supporting_material/update.sh b/supporting_material/update.sh index c8fd0c6..a3ec4f2 100755 --- a/supporting_material/update.sh +++ b/supporting_material/update.sh @@ -1 +1 @@ -aws cloudformation create-stack --stack-name $1 --template-body file://$2 --parameters file://$3 --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1 +aws cloudformation update-stack --stack-name $1 --template-body file://$2 --parameters file://$3 --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1