Weavz
AWS CloudFormation

AWS CloudFormation

Inspect CloudFormation stacks and manage change sets with explicit execution safety.

10 tools

Tools

Name
list_stacks

List CloudFormation stack summaries with optional status filters.

describe_stacks

Describe all stacks or one stack by name or ID.

list_stack_resources

List resources for one CloudFormation stack.

describe_stack_events

List CloudFormation stack events for one stack, newest first.

get_template

Get the original or processed CloudFormation template body for one stack or change set.

validate_template

Validate a CloudFormation template body or URL without creating resources.

create_change_set

Create a CloudFormation change set for later inspection and execution.

describe_change_set

Inspect a CloudFormation change set before execution.

execute_change_set

Execute a CloudFormation change set. Requires exact confirmation.

delete_stack

Delete one exact CloudFormation stack. Requires exact confirmation.

Quick Start

TypeScript
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.