aws-cloudformation
Verified for current stable LTS
Aws Cloudformation Command: Initiate Drift Detection
Use for initiate drift detection with Aws Cloudformation. Exact CLI syntax to initiate drift detection using Aws Cloudformation.
When to use this: Use for initiate drift detection with Aws Cloudformation.
Command Syntax
aws cloudformation detect-stack-drift --stack-name <stack-id> --profile <profile> aws cloudformation detect-stack-drift --stack-name <stack-id> --profile <profile> Live Command Builder
Final Command
aws cloudformation detect-stack-drift --stack-name <stack-id> --profile <profile> Command Breakdown
--stack-name- 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 initiate drift detection 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
Aws Cloudformation Command: Check Drift Status
aws cloudformation describe-stack-resource-drifts --stack-name <stack-drift-detection-id> --profile <profile> Aws Cloudformation Command: Check Stack Drift Status aws cloudformation describe-stack-resource-drifts --stack-name <stack-drift-detection-id> --profile <profile> Aws Cloudformation Command: Check Stack Status aws cloudformation describe-stacks --stack-name <stack-id> --profile <profile> 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 Command: Create Stack From Template aws cloudformation create-stack --stack-name <stack-name> --region <region> --template-body {file://path/to/file.yml} --profile <profile>