Pass parameters at deployment time.
Section: Packaging and Artifact Flows
Deploy with parameter overrides
bash
bash
aws cloudformation deploy --stack-name app-prod --template-file packaged.yaml --parameter-overrides Env=prod ImageTag=2026-03-05Explanation
Common CI/CD deployment pattern for environment-specific values.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Packaging and Artifact Flows
Deploy without failing on empty change set
Treat no-op deployments as success.
Deploy a stack with package-style semantics
Create or update a stack using `deploy`.
Validate a template
Check a template for basic syntax and structural validity.