aws/cloudformation-create

Create CloudFormation Stack

Create a new CloudFormation stack

aws
cloudformation
create

Command

aws cloudformation create-stack --stack-name mystack --template-body file://template.json

Examples

Create stack from template

aws cloudformation create-stack --stack-name mystack --template-body file://template.json