aws-cloudformation

Automate AWS infrastructure provisioning with CloudFormation templates and stack management.

2|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-aws --skill aws-cloudformation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cloudformation
Source: https://github.com/pluginagentmarketplace/custom-plugin-aws/tree/main/skills/aws-cloudformation
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-aws --skill aws-cloudformation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Manual infrastructure provisioning with CloudFormation templates can be error-prone and time-consuming, leading to inconsistent environments.

Core Features & Use Cases

  • CloudFormation-based infrastructure as code: define and manage AWS resources as templates.
  • Validate, deploy, and update stacks with parameterization, capabilities (e.g., CAPABILITY_IAM), and termination protection.
  • Use cases include provisioning VPCs, subnets, gateways, databases, and serverless resources across development, staging, and production environments.

Quick Start

Provide the CloudFormation template and parameter values to deploy a stack.

Frequently Asked Questions about aws-cloudformation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AWS infrastructure deployment with CloudFormation templates?

Automate AWS infrastructure deployment by providing your CloudFormation templates and parameter values to provision and manage stacks. This handles VPCs, subnets, databases, and serverless resources across development, staging, and production environments automatically.

Can I validate CloudFormation templates before deploying stacks?

Yes, template validation is supported before deploying stacks. You can validate your infrastructure-as-code templates to catch errors early, ensuring consistent provisioning across environments before applying parameterization and capabilities like CAPABILITY_IAM.

How do I manage CloudFormation stack updates and change sets?

Manage CloudFormation stack updates by generating change sets and applying parameter handling. You can configure capabilities, enable termination protection, and safely update existing stacks to modify AWS resources like databases and serverless functions.

Does this work with infrastructure as code for VPCs and serverless resources?

Yes, it supports infrastructure as code for provisioning VPCs, subnets, gateways, databases, and serverless resources. You define these AWS resources in CloudFormation templates and deploy them consistently across development, staging, and production environments.

What's the best way to handle parameters and CAPABILITY_IAM in CloudFormation?

The best way to handle parameters and CAPABILITY_IAM is through built-in parameter handling and capabilities configuration during stack deployment. This ensures your CloudFormation templates securely manage IAM resources and environment-specific settings without manual intervention.