Difference between revisions of "Aws cloudformation deploy"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
<code>[[aws cloudformation]] deploy</code> | <code>[[aws cloudformation]] deploy</code> | ||
− | * https:// | + | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/deploy/index.html |
[[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: