AWS CloudFormation Command Line Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * CloudFormation Operations =Create a Stack= aws cloudformation create-stack --stack-name ''stack-name...") |
No edit summary |
||
Line 5: | Line 5: | ||
=Create a Stack= | =Create a Stack= | ||
aws cloudformation create-stack --stack-name ''stack-name'' --template- | aws cloudformation create-stack --stack-name ''stack-name'' --template-body file://.../''stack-template''.yml [--parameters ] |
Revision as of 20:49, 18 March 2019
Internal
Create a Stack
aws cloudformation create-stack --stack-name stack-name --template-body file://.../stack-template.yml [--parameters ]