AWS CloudFormation · Capability

AWS Infrastructure Provisioning

Unified workflow for AWS infrastructure provisioning combining CloudFormation stack management with Cloud Control API resource operations. Used by cloud engineers and platform teams to define, deploy, and manage infrastructure as code.

Run with Naftiko AWSCloudFormationCloud ControlInfrastructure As CodeProvisioning

What You Can Do

GET
List stacks — List all stacks
/v1/stacks
POST
Create stack — Create a stack
/v1/stacks
GET
Describe stack — Describe a stack
/v1/stacks/{stackName}
PUT
Update stack — Update a stack
/v1/stacks/{stackName}
DELETE
Delete stack — Delete a stack
/v1/stacks/{stackName}
GET
Describe stack events — Get stack events
/v1/stacks/{stackName}/events
GET
List stack resources — List resources in a stack
/v1/stacks/{stackName}/resources
POST
Detect drift — Detect drift on a stack
/v1/stacks/{stackName}/drift
POST
Create change set — Create a change set
/v1/change-sets
GET
Describe change set — Describe a change set
/v1/change-sets/{changeSetName}
POST
Validate template — Validate a template
/v1/templates/validate
POST
Create resource — Create a cloud resource
/v1/resources
GET
List resources — List resources by type
/v1/resources
GET
Get resource — Get a resource
/v1/resources/{typeName}/{identifier}
PATCH
Update resource — Update a resource
/v1/resources/{typeName}/{identifier}
DELETE
Delete resource — Delete a resource
/v1/resources/{typeName}/{identifier}

MCP Tools

create-stack

Create a CloudFormation stack

describe-stacks

Describe CloudFormation stacks

read-only idempotent
list-stacks

List all stacks

read-only idempotent
update-stack

Update a stack

idempotent
delete-stack

Delete a stack

idempotent
describe-stack-events

Get stack events

read-only idempotent
list-stack-resources

List resources in a stack

read-only idempotent
detect-stack-drift

Detect drift on a stack

read-only
create-change-set

Create a change set for a stack

describe-change-set

Describe a change set

read-only idempotent
execute-change-set

Execute a change set

validate-template

Validate a CloudFormation template

read-only idempotent
get-template

Get the template for a stack

read-only idempotent
list-exports

List stack exports

read-only idempotent
list-stack-sets

List stack sets

read-only idempotent
list-types

List registry extension types

read-only idempotent
create-resource

Create a cloud resource via Cloud Control

get-resource

Read a cloud resource via Cloud Control

read-only idempotent
update-resource

Update a cloud resource via Cloud Control

idempotent
delete-resource

Delete a cloud resource via Cloud Control

idempotent
list-resources

List resources of a specified type

read-only idempotent
get-resource-request-status

Get status of a resource operation

read-only idempotent
cancel-resource-request

Cancel an in-progress resource operation

APIs Used

cloudformation cloud-control