CloudFormation is AWS's infrastructure as code service that enables modeling, provisioning, and managing AWS resources through declarative templates.
Key Concepts
Templates (JSON/YAML)
Stacks and stack sets
Change sets
Nested stacks
Drift detection
Common Use Cases
AWS resource provisioning
Infrastructure automation
Multi-region deployments
Disaster recovery
Landing zones
Best Practices
Use CloudFormation Linter (cfn-lint)
Implement stack policies
Use StackSets for organization
Enable termination protection
Use SAM for serverless
Resources
AWS Docs: docs.aws.amazon.com/cloudformation
Related Skills: aws, infrastructure-as-code, sam
Getting Started
Start with AWS CloudFormation Designer for visual template creation, then version control your templates alongside application code for complete infrastructure reproducibility.
1---2name: cloudformation3description: AWS CloudFormation4---5# AWS CloudFormation67CloudFormation is AWS's infrastructure as code service that enables modeling, provisioning, and managing AWS resources through declarative templates.89## Key Concepts1011- Templates (JSON/YAML)12- Stacks and stack sets13- Change sets14- Nested stacks15- Drift detection1617## Common Use Cases1819- AWS resource provisioning20- Infrastructure automation21- Multi-region deployments22- Disaster recovery23- Landing zones2425## Best Practices2627- Use CloudFormation Linter (cfn-lint)28- Implement stack policies29- Use StackSets for organization30- Enable termination protection31- Use SAM for serverless3233## Resources3435- AWS Docs: docs.aws.amazon.com/cloudformation36- Related Skills: aws, infrastructure-as-code, sam3738## Getting Started3940Start with AWS CloudFormation Designer for visual template creation, then version control your templates alongside application code for complete infrastructure reproducibility.
Run npx skillmds@latest add neuralblitz/cloudformation in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
AWS CloudFormation It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
NeuralBlitz (@neuralblitz) published this skill. Their other Agent Skills are listed on their SkillMD profile.