Quick Actions
aws cloudformation deploy
Description
Deploys an AWS CloudFormation template by creating and then executing a change set.
Command
aws cloudformation deploy
Examples
Deploy a CloudFormation stack from a local template
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
--template-file <path> |
string | No | The path to the CloudFormation template file. |
--stack-name <name> |
string | No | The name of the stack to create or update. |
--capabilities <value> |
string | No | A list of capabilities that you must specify before AWS CloudFormation can create certain stacks (e.g., CAPABILITY_IAM). |
Command Info
Category:
Cloudformation
Type:
Aws
Views:
1
Status:
Active
Tags
aws
cloudformation
iac
deploy
stack