AWS CloudFormation
Inspect CloudFormation stacks and manage change sets with explicit execution safety.
Tools
| Name | Description |
|---|---|
list_stacksList CloudFormation stack summaries with optional status filters. | List CloudFormation stack summaries with optional status filters. |
describe_stacksDescribe all stacks or one stack by name or ID. | Describe all stacks or one stack by name or ID. |
list_stack_resourcesList resources for one CloudFormation stack. | List resources for one CloudFormation stack. |
describe_stack_eventsList CloudFormation stack events for one stack, newest first. | List CloudFormation stack events for one stack, newest first. |
get_templateGet the original or processed CloudFormation template body for one stack or change set. | Get the original or processed CloudFormation template body for one stack or change set. |
validate_templateValidate a CloudFormation template body or URL without creating resources. | Validate a CloudFormation template body or URL without creating resources. |
create_change_setCreate a CloudFormation change set for later inspection and execution. | Create a CloudFormation change set for later inspection and execution. |
describe_change_setInspect a CloudFormation change set before execution. | Inspect a CloudFormation change set before execution. |
execute_change_setExecute a CloudFormation change set. Requires exact confirmation. | Execute a CloudFormation change set. Requires exact confirmation. |
delete_stackDelete one exact CloudFormation stack. Requires exact confirmation. | Delete one exact CloudFormation stack. Requires exact confirmation. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aws-cloudformation', 'list_stacks', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aws-cloudformation',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect AWS CloudFormation to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does AWS CloudFormation support?
AWS CloudFormation supports 10 tools including List Stacks, Describe Stacks, List Stack Resources, Describe Stack Events, Get Template, and more.
Can I use AWS CloudFormation with AI agents?
Yes. Add AWS CloudFormation to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can AWS CloudFormation be used in stateful agent workflows?
Yes. Agents can combine AWS CloudFormation tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does AWS CloudFormation use?
AWS CloudFormation uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the AWS CloudFormation integration cost?
The AWS CloudFormation integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect AWS CloudFormation in minutes
Get 20,000 free action executions every month. No credit card required.