GetStackResources
Retrieves all resources created by a specific CloudFormation stack so you can identify potential targets for fault injection experiments.
Instructions
Retrieves the resources that have been created by an individual stack.
This tool lists all resources within a specific CloudFormation stack,
which can be useful for identifying potential targets for fault injection experiments.
Args:
ctx: The MCP context for logging and communication
stack_name: Name of the CloudFormation stack
Returns:
Dict containing stack resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stack_name | Yes | Name of the CloudFormation stack to retrieve resources from |