Overview

CloudBurn Rules

Built-in cost optimization rules that CloudBurn uses to find savings in your AWS infrastructure.


CloudBurn Rules

Rules are automated checks that evaluate your AWS resources against cost optimization best practices. Each rule targets a specific waste pattern — idle resources, outdated configurations, missing policies — and tells you exactly what to fix and why it costs you money.

Rule ID Format

Every rule follows the pattern CLDBRN-{PROVIDER}-{SERVICE}-{N}:

  • CLDBRN — CloudBurn namespace
  • PROVIDER — Cloud provider (currently AWS)
  • SERVICE — AWS service short name (e.g., EC2, S3, RDS)
  • N — Sequential rule number within the service

Example: CLDBRN-AWS-EC2-3 is the third EC2 rule.

Scan Types

CloudBurn rules operate in three modes depending on where they look for waste:

Scan TypeRulesHow It Works
Discovery27Scans live AWS resources via Resource Explorer and service APIs
IaC1Scans Terraform (.tf) and CloudFormation (.json/.yaml) templates statically
Both7Rules that work in either discovery or IaC mode
Total35

Rule Evaluation Flow

Rules by Service

ServiceRulesScan TypesReference
CloudTrail2DiscoveryCloudTrail Rules
CloudWatch2DiscoveryCloudWatch Rules
EBS3Discovery, IaCEBS Rules
EC29Discovery, IaCEC2 Rules
ECR1Discovery, IaCECR Rules
ECS3DiscoveryECS Rules
EKS1DiscoveryEKS Rules
ElastiCache1DiscoveryElastiCache Rules
ELB3DiscoveryELB Rules
EMR2DiscoveryEMR Rules
Lambda1Discovery, IaCLambda Rules
RDS2Discovery, IaCRDS Rules
Redshift3DiscoveryRedshift Rules
S32Discovery, IaCS3 Rules

What's Next