aws-cloudformation Verified for current stable LTS

Aws Cloudformation Command: List Running Stacks

An engineer would use the command 'aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE --profile {{profile}}' to retrieve a list of successfully created CloudFormation stacks in a specific AWS profile when assessing the current infrastructure deployment status. Exact CLI syntax to list running stacks using Aws Cloudformation.

When to use this: An engineer would use the command 'aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE --profile {{profile}}' to retrieve a list of successfully created CloudFormation stacks in a specific AWS profile when assessing the current infrastructure deployment status.

Command Syntax

aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE --profile <profile>

Command Breakdown

--stack-status-filter
Command Option
Tool-specific option used by this command invocation.
--profile
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to list running stacks using Aws Cloudformation.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Aws Cloudformation directory