cloudformation

Create, update, validate, and troubleshoot AWS CloudFormation stacks from templates.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/aurainfosec/cloud-review-automation-poc --skill cloudformation-aurainfosec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudformation
Source: https://github.com/aurainfosec/cloud-review-automation-poc/tree/main/skills/cloudformation
Command: npx skills add https://github.com/aurainfosec/cloud-review-automation-poc --skill cloudformation-aurainfosec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS CloudFormation lets you define infrastructure as code, but teams need help deploying, updating, validating, and troubleshooting stacks without manual guesswork or risky changes.

Core Features & Use Cases

  • Stack lifecycle operations: create, update, delete, and inspect stacks and events to diagnose failures quickly.
  • Change management with drift awareness: preview updates using change sets and detect infrastructure drift to keep environments aligned.
  • Reusable infrastructure patterns: organize complex deployments with nested stacks, stack sets, parameters, mappings, conditions, and intrinsic functions.

Quick Start

Use the cloudformation skill to validate and troubleshoot an update by describing your desired change and the stack name and template you want to apply.

Frequently Asked Questions about cloudformation

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

FAQPage Schema
How do I update AWS CloudFormation stacks without causing unexpected infrastructure changes?

AWS CloudFormation stack updates can be safely previewed using change sets. Change sets let you review proposed modifications before applying them, ensuring safe stack updates and preventing risky manual changes to your infrastructure.

What is infrastructure drift detection in AWS CloudFormation and when do I need it?

Infrastructure drift detection identifies manual configuration changes made outside of CloudFormation templates. You need drift detection for compliance and reliability to keep your environments aligned with your defined infrastructure-as-code.

How do I troubleshoot AWS CloudFormation stack creation or update failures?

Troubleshoot AWS CloudFormation stack failures by inspecting stack events to diagnose root causes quickly. The skill provides actionable troubleshooting guidance based on stack events and drift results to resolve deployment issues.

Can I organize complex AWS CloudFormation deployments using nested stacks?

Yes, you can organize complex AWS CloudFormation deployments using nested stacks and stack sets. This allows reusable infrastructure patterns by separating templates into modular components with parameters, conditions, and outputs.

What's the best way to validate AWS CloudFormation templates before deployment?

Validate AWS CloudFormation templates by describing your desired change along with the stack name and template. This validates core template constructs including parameters, conditions, resources, and outputs before applying updates.

Do I need AWS CLI to manage CloudFormation infrastructure-as-code stacks?

Yes, CloudFormation stack management uses AWS CLI operations to create, update, delete, and inspect stacks. The AWS CLI is required to execute infrastructure-as-code template deployments and retrieve stack events.