This is a collection of extensions that I've curated in this vscode extension pack to help you build, deploy and manage your AWS CloudFormation templates.
Tip
Stop AWS bill surprises from happening.
Most infrastructure changes look harmless until you see next month's AWS bill. CloudBurn prevents this by analyzing the cost impact of your AWS CDK changes directly in GitHub pull requests, catching expensive mistakes during code review when fixes are quick, not weeks later when they're costly and risky.
💰 Set it up once, then never be surprised by AWS costs again
- First install the free CDK Diff PR Commenter GitHub Action in your repository where you build your AWS CDK infrastructure
- Then install the CloudBurn GitHub App on the same repository
What happens now:
Whenever you open a PR with infrastructure changes, the GitHub Action comments with your CDK diff analysis. CloudBurn reads that diff and automatically adds a separate comment with a detailed cost report showing:
- Monthly cost impact – Will this change increase or decrease your AWS bill? By how much?
- Per-resource breakdown – See exactly which resources are driving costs (old vs. new monthly costs)
- Region-aware pricing – We pick the right AWS pricing based on the region where your infrastructure is deployed
Your team can now validate cost impact alongside infrastructure changes during code review. Essentially, this shifts FinOps left where you optimize costs as you code, not weeks later when context is lost and production adjustments require more time and carry added risk.
CloudBurn will be free during beta. After launch, a free Community plan (1 repository with unlimited users) will always be available.
This extension pack includes the following VS Code extensions:
- AWS Toolkit for Visual Studio Code: Provides support for developing AWS applications
- Boto3 IDE: Provides intelligent code completion, type checking, and documentation for AWS boto3 SDK
- CloudFormation Snippets: Provides YAML and JSON snippets for all AWS CloudFormation resources
- AWS IAM Actions Snippets: Adds autocomplete and snippets for all AWS IAM policy actions
- AWS IAM Service Principal Snippets: Autocompletion for AWS service principals.
- Draw.io Integration: Integrates Draw.io diagrams into VS Code
- CloudFormation Linter: Validates CloudFormation templates for best practices
- YAML: Provides comprehensive YAML language support
- Open Visual Studio Code
- Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS)
- Search for "AWS CloudFormation Extension Pack"
- Click "Install"
Once installed and configured, you can start using the extensions right away in your AWS CloudFormation projects. The extensions will automatically enhance your development environment with features like code completion, linting, formatting, and more.
For specific usage instructions for each extension, please refer to their individual documentation.
If you have any feedback or suggestions for improving this extension pack, please open an issue on the GitHub repository. Contributions are always welcome!
Happy templating with AWS CloudFormation!