PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
cloudformation
Following command deploys template named ``template.json`` to a stack named ``my-new-stack``:: 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
[-] validate-template.rst
[edit]
[-] package.rst
[edit]
[+]
..
[-] create-stack.rst
[edit]
[-] _deploy_description.rst
[edit]
[-] _package_description.rst
[edit]
[-] deploy.rst
[edit]
[-] get-template.rst
[edit]
[-] describe-stacks.rst
[edit]
[-] update-stack.rst
[edit]
[-] list-stacks.rst
[edit]
[-] cancel-update-stack.rst
[edit]