PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
cloudformation
Following command exports a template named ``template.json`` by uploading local artifacts to S3 bucket ``bucket-name`` and writes the exported template to ``packaged-template.json``:: aws cloudformation package --template-file /path_to_template/template.json --s3-bucket bucket-name --output-template-file packaged-template.json
[-] 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]