aws_cfn_describe_stack_events
Retrieve recent CloudFormation stack events to monitor deployment status and troubleshoot issues during AWS infrastructure updates.
Instructions
Get recent events for a CloudFormation stack (useful for debugging deployments).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| stack_name | Yes | Stack name or ID |