aws-cloudformation

Author, validate, and troubleshoot AWS CloudFormation templates.

7|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/seandkendall/kiro-config --skill aws-cloudformation-seandkendall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cloudformation
Source: https://github.com/seandkendall/kiro-config/tree/main/skills/aws-cloudformation
Command: npx skills add https://github.com/seandkendall/kiro-config --skill aws-cloudformation-seandkendall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill enables users to efficiently author, validate, and diagnose AWS CloudFormation templates, reducing deployment errors and speeding up infrastructure management processes.

Core Features & Use Cases

  • Template authoring and best practices: Guides users in creating secure, reliable templates by applying standardized SOPs.
  • Pre-deployment validation: Checks syntax, security, and compliance issues before deployment to prevent failures.
  • Troubleshooting failed deployments: Diagnoses root causes from stack events and CloudTrail logs, enabling quick fixes in templates or environment permissions.
  • Use Case: A DevOps engineer prepares a new CloudFormation template, validates it locally, runs a change set to catch errors early, and investigates failures using the troubleshooting SOP.

Quick Start

Run the validate cloudformation template SOP on your template file to identify syntax errors before deploying.

Frequently Asked Questions about aws-cloudformation

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

FAQPage Schema
How do I validate an AWS CloudFormation template before deployment?

To validate an AWS CloudFormation template, run the validation SOP to check syntax, security, and compliance issues locally, preventing deployment failures before they occur.

Why did my AWS CloudFormation stack deployment fail?

AWS CloudFormation deployment failures are diagnosed by analyzing stack events and CloudTrail logs to identify root causes, enabling quick fixes in template syntax or environment permissions.

What are the best practices for authoring secure AWS CloudFormation templates?

Best practices for authoring secure AWS CloudFormation templates involve applying standardized SOPs to ensure reliable, security-compliant infrastructure definitions and robust deployment configurations.

Do I need specific AWS permissions to troubleshoot CloudFormation stack events?

Yes, troubleshooting CloudFormation stack events requires permissions to read AWS resources, allowing the diagnostic process to analyze stack events and CloudTrail logs for failure root causes.

Can I run a change set to catch AWS CloudFormation deployment errors early?

You can run a change set on AWS CloudFormation templates to catch errors early by validating the proposed infrastructure changes against security and compliance rules before actual deployment.