Infrastructure automationAWS CLI
aws cloudformation deploy
Deploy or update CloudFormation stacks from templates.
Command
aws cloudformation deploy --stack-name --template-file template.yaml --capabilities CAPABILITY_NAMED_IAM
Example usage
Launch or update stacks with IAM roles and capabilities.
aws cloudformation deploy --stack-name <stack_name> --template-file template.yaml --capabilities CAPABILITY_NAMED_IAM
Related tags
Infrastructure automationclouds3ec2iam