cloudformation

Deploy and manage AWS resources with CloudFormation stack operations.

46|4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill cloudformation-bagelhole
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudformation
Source: https://github.com/BagelHole/DevOps-Security-Agent-Skills/tree/main/infrastructure/cloud-aws/cloudformation
Command: npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill cloudformation-bagelhole

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies and standardizes the deployment of AWS infrastructure using CloudFormation, ensuring consistency and repeatability across environments.

Core Features & Use Cases

  • Stack Creation & Management: Create, update, and delete CloudFormation stacks.
  • Template Design: Understand and utilize CloudFormation's YAML/JSON syntax, intrinsic functions, parameters, and outputs.
  • Drift Detection: Identify unintended changes to your deployed infrastructure.
  • Use Case: Deploy a new web application stack including VPC, EC2 instances, and S3 buckets using a single CloudFormation template.

Quick Start

Use the cloudformation skill to create a new stack named 'my-app-stack' using the local template file 'template.yaml'.

Frequently Asked Questions about cloudformation

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

FAQPage Schema
How do I deploy AWS resources using CloudFormation templates?

You can deploy AWS resources using CloudFormation by creating, updating, or deleting stacks with declarative YAML or JSON templates. This Skill manages stack operations for native AWS Infrastructure as Code, ensuring consistent provisioning across environments.

What is the best way to manage CloudFormation stack operations like creation and deletion?

The best way to manage CloudFormation stack operations is through declarative Infrastructure as Code. This Skill handles stack creation, updates, and deletion using YAML or JSON templates, standardizing your native AWS infrastructure deployment process.

Can I use CloudFormation intrinsic functions and parameters for infrastructure provisioning?

Yes, CloudFormation supports intrinsic functions and parameters within YAML and JSON templates for dynamic infrastructure provisioning. This Skill utilizes these features to manage native AWS resources and define stack outputs effectively.

How do I detect drift in my deployed AWS infrastructure?

To detect drift in your deployed AWS infrastructure, CloudFormation provides built-in drift detection capabilities. This Skill identifies unintended changes to your managed stacks, ensuring your live resources match your declarative templates.

Does this CloudFormation Skill work with YAML and JSON template formats?

Yes, this CloudFormation Skill works with both YAML and JSON template formats. It processes these declarative templates to handle stack operations and provision native AWS resources like VPCs, EC2 instances, and S3 buckets.

When should I use CloudFormation for AWS infrastructure deployment?

You should use CloudFormation for AWS infrastructure deployment when you need consistency and repeatability across environments. This Skill simplifies provisioning native AWS resources as Infrastructure as Code, managing complete web application stacks declaratively.