Difference between revisions of "Aws cloudformation deploy"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[[aws cloudformation deploy --template-file]] /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2 | [[aws cloudformation deploy --template-file]] /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2 | ||
+ | |||
Revision as of 14:45, 29 March 2022
aws cloudformation deploy
aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2
See also
Advertising: