Difference between revisions of "Aws cloudformation deploy"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
<code>[[aws cloudformation]] deploy</code>
 
<code>[[aws cloudformation]] deploy</code>
* https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy/index.html
+
* 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

Advertising: