aws-cloudformation
Verified for current stable LTS
Aws Cloudformation Commands
Aws Cloudformation command syntax with verified terminal examples.
Commands
7 commands for Aws Cloudformation
aws-cloudformation Operations
Aws Cloudformation Command: Create Stack
aws cloudformation create-stack --stack-name <stack-name> --region <region> --template-body {file://path/to/file.yml} --profile <profile> aws-cloudformation Operations
Aws Cloudformation Command: List Running Stacks
aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE --profile <profile> aws-cloudformation Operations
Aws Cloudformation Command: Describe Stacks
aws cloudformation describe-stacks --stack-name <stack-id> --profile <profile> aws-cloudformation Operations
Aws Cloudformation Command: Detect Stack Drift
aws cloudformation detect-stack-drift --stack-name <stack-id> --profile <profile> aws-cloudformation Operations
Aws Cloudformation Command: Delete Stack
aws cloudformation delete-stack --stack-name <stack-name> --profile <profile> aws-cloudformation Operations
Aws Cloudformation Command: List Stacks
aws cloudformation list-stacks --profile <profile> aws-cloudformation Operations
Aws Cloudformation Command: Describe Stack Resource Drifts
aws cloudformation describe-stack-resource-drifts --stack-name <stack-drift-detection-id> --profile <profile> Suggest a Aws Cloudformation Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aws Cloudformation workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.