Skip to main content
Your progress
0 of 5 lessons complete0%
T2 / M2.1 / L1 OF 5 / Engineer TIER / 9 min

The 8 categories

Outcome

By the end of this lesson, you will be able to categorize any finding into the right one of 8 rule categories, predict the rule’s typical severity and remediation path, and prioritize categories by savings impact.


TierEngineer
JTBD”Understand the 450+ rule library well enough to find what matters in my estate.”
PersonasPlatform Engineer · FinOps Lead · SRE
PrerequisitesT1.M1.1 (recommendations basics)
Time9 minutes
Bloom verbCategorize (Apply), Predict (Apply), Prioritize (Evaluate)

1. Concept

ZopNight’s 450+ rules each declare one category. Knowing the category lets you predict the rule’s behaviour, whether it is allowed to be worth $0, and the right remediation path. The categorisation is the mental shortcut that turns “450+ rules I don’t understand” into “a handful of categories I can navigate.”

Terminal window
CATEGORY COST-DRIVEN WHAT IT CATCHES EXAMPLES
─────────────────────────────────────────────────────────────────────────────
idle yes Running or provisioned RC-001 stopped EC2 with
but not used attached storage still
billing
RC-010 idle Lambda
RC-012 idle load balancer
rightsizing yes Over-provisioned for the RC-003 underutilized EC2
measured load RC-006 oversized EC2
RC-020 gp2 to gp3
schedule yes Better served by a RC-093 EC2 off-hours
recurring on/off window RC-110 GCP VM non-prod
than by one action RC-213 Azure VM non-prod
orphan yes Detached leftovers that RC-002 unattached EBS
still bill RC-021 orphan snapshot
RC-016 unassociated EIP
discount yes Commitment or spot RC-014 reserved EC2
opportunity on proven RC-091 compute savings plan
steady demand RC-097 spot candidate
compliance no Configuration below a RC-005 RDS single-AZ
documented bar RC-084 open security group
governance no Attribution hygiene Missing cost-allocation
tags on Databricks
clusters, warehouses, jobs
security no Workload posture, arrived Privileged container
(K8s) with the K8s rules Container running as root
Host network attached
reliability no Availability posture, Missing CPU/memory requests
(K8s) arrived with the K8s rules Single-replica deployment
HPA pinned at max
─────────────────────────────────────────────────────────────────────────────

The rule contract also carries a performance category, which is used sparingly. Do not memorise per-category rule counts: rules move between categories as their lever changes, and several were recategorised into schedule when their fix became a recurring window rather than a one-shot stop.

The cost-driven column is the load-bearing part. A cost-driven finding must carry a real dollar figure or the rule abstains, and a cost-driven finding under $5 is dropped by the low-savings suppressor. That is why a genuine posture finding is deliberately filed under a non-cost-driven category: it is allowed to be worth $0 and still reach you. A rule that filed a $0 posture finding under idle would simply vanish.

Two rule families sit alongside this taxonomy and get their own modules later in the track: the autoscaler rules (RC-ASC-001 to 006, of which 004, 005 and 006 are registered only on Azure) and the AI and ML family in the RC-16xx range, which is 33 rules split between Bedrock (RC-1601 to 1610, plus 1615 and 1630 to 1634) and SageMaker (RC-1611 to 1614 and 1616 to 1628).

How the categories map to action

Each category has a default action: what ZopNight recommends doing about the finding:

Terminal window
CATEGORY DEFAULT ACTION AUTO-REMEDIATION?
─────────────────────────────────────────────────────────────────────────────
idle Terminate (with snapshot) Yes, for certified rules
rightsizing Downsize during maintenance No (planned change)
schedule Attach to schedule Yes, via group attach
orphan Delete Yes, for certified rules
compliance Configure missing setting No (planned change)
discount Commit / restructure No (procurement decision)
security (K8s) Fix YAML No (PR required)
reliability (K8s) Tune YAML or HPA No (PR required)
governance Apply tag (or auto-tagger) Yes (via auto-tagger)

The default actions are conservative. Customers can change them per-rule, but starting with the defaults is the right move.

Why this categorization

The 8 categories aren’t arbitrary; they reflect the different kinds of waste + the different kinds of response:

Terminal window
COST-RECOVERY categories (direct $ savings):
idle → stop or delete things not being used
rightsizing → make things smaller
orphan → delete leftovers
schedule → stop during off-hours
discount → commit for better prices
QUALITY categories (cost-adjacent; mostly engineering hygiene):
compliance → fix policy violations (some cost, some risk)
security → fix security gaps (cost-adjacent: incidents cost)
reliability → fix reliability gaps (cost-adjacent: outages cost)
governance → fix tag hygiene (enables better cost reporting)

Cost-recovery categories deliver immediate $ savings. Quality categories pay back via avoided incidents, better reporting, audit-readiness.

Typical savings distribution

A mid-size estate (~$500K/mo cloud spend) can look like the shape below. Treat the figures as illustrative, not as a benchmark: they are here to show the distribution, which is what stays true, rather than the amounts, which depend entirely on the estate.

Terminal window
CATEGORY FINDINGS SAVINGS POTENTIAL % OF TOTAL
─────────────────────────────────────────────────────────────────
idle 47 $14,800/mo ~49%
rightsizing 62 $9,420/mo ~31%
schedule 156 (actioned via T1) ~10%
orphan 183 $1,940/mo ~6%
compliance 12 $0 (governance) n/a
discount 8 $4,200/mo ~14%
security (K8s) 24 $0 (security debt) n/a
reliability (K8s) 18 $0 (reliability) n/a
governance 71 $0 (tag debt) n/a
─────────────────────────────────────────────────────────────────
TOTAL ACTIONABLE $30,360/mo (~6% of spend)

The biggest savings live in idle + rightsizing + discount. These three categories typically account for 80%+ of recoverable savings.

Reading the category breakdown

The category view in ZopNight Recommendations is the strategic dashboard:

Terminal window
WHAT TO ASK PER CATEGORY:
idle:
How many resources? What's the average idle age?
What's blocking action (data preservation, approval)?
rightsizing:
Which families are most over-provisioned?
What's the typical cost-reduction per right-size?
schedule:
Are these resources already in groups?
Why aren't existing schedules catching them?
orphan:
How old? Cleanup safe?
Who owns? (often nobody: that's the issue)
discount:
What's the commitment opportunity?
Coverage / utilization data points to decision
compliance / security / reliability / governance:
These are debts; address by quarter
Don't expect direct $ savings

The category-level view shapes the strategic conversation. Per-resource action follows.

Priority sequence: engineering teams

Terminal window
WEEK 1-2: idle + orphan
Biggest wins; lowest risk
Auto-remediation candidates for certified rules
WEEK 3-4: schedule
Already actionable via T1 schedules
Tag-driven group attachment
MONTH 2: rightsizing
Plan changes per workload
Production: maintenance window required
MONTH 2-3: discount
Procurement decision; multi-stakeholder
Decision in Track 4 (FinOps Mastery)
MONTH 3+: compliance + security + reliability
Quality debts; address by quarter
No direct $ savings; long-term posture

The sequence matches the typical impact-vs-risk gradient.


2. Demo

A real findings report from a mid-size estate (Q1 2026):

Terminal window
ORG: 50-engineer SaaS, $400K/mo cloud spend
CATEGORY FINDINGS SAVINGS POTENTIAL ACTIONED IN Q1
────────────────────────────────────────────────────────────────────
idle 47 $14,800/mo 41 of 47 (87%)
rightsizing 62 $9,420/mo 38 of 62 (61%)
schedule 156 (T1-handled) 142 of 156 (91%)
orphan 183 $1,940/mo 178 of 183 (97%)
compliance 12 $0 (governance) 11 of 12 (92%)
discount 8 $4,200/mo 5 of 8 (RIs purchased)
security (K8s) 24 $0 (security) 18 of 24 (75%)
reliability (K8s) 18 $0 (reliability) 12 of 18 (67%)
governance 71 $0 (tags) 68 of 71 (96%)
────────────────────────────────────────────────────────────────────
TOTAL 581 findings
Q1 SAVINGS REALIZED: $28,400/mo recurring = ~$340K/yr
% of total cloud spend: 7% reduction
ACTION RATE by category:
Highest action rate: orphan, schedule, governance, compliance (>90%)
(low-risk; easy actions)
Mid action rate: idle, rightsizing, discount (60-90%)
(require investigation + decision)
Lower action rate: K8s security/reliability (67-75%)
(require PR; multi-team coordination)

The pattern is repeatable. The first 6 weeks usually capture 70-80% of the available savings; the next quarter cleans up the remainder.


3. Hands-on (5 min)

Open ZopNight Recommendations:

Terminal window
□ STEP 1: Filter by each category
idle: ___ findings savings: $_____/mo
rightsizing: ___ findings savings: $_____/mo
schedule: ___ findings savings: $_____/mo
orphan: ___ findings savings: $_____/mo
compliance: ___ findings savings: $_____ (often $0)
discount: ___ findings savings: $_____/mo
security: ___ findings savings: $_____ (often $0)
reliability: ___ findings savings: $_____ (often $0)
governance: ___ findings savings: $_____ (often $0)
□ STEP 2: Identify top 3 by absolute savings
1. __________ savings: $_____/mo
2. __________ savings: $_____/mo
3. __________ savings: $_____/mo
□ STEP 3: Sanity-check
Total actionable savings: $_____/mo
% of monthly cloud spend: _____ %
(Typical range: 3-15%)
□ STEP 4: Plan first action
Pick: category with highest savings + lowest risk
Owner: __________
Date: __________

A 15-minute scan reveals the strategic picture. The biggest finding usually surprises someone.


4. Knowledge check

Q1

A rule fires on a stopped EC2 instance with no attached volumes. Which category?

A. idle
B. orphan
C. rightsizing
D. discount

Show answer

Correct: B: orphan. The resource has no attached usage; nothing is running. Idle would be a running instance with low utilization. Stopped + no volumes = orphan resource generating cost (e.g., EIPs, snapshots).

Q2

A K8s deployment without resources.limits set. Which category?

A. governance
B. reliability: missing limits is a reliability signal
C. security
D. idle

Show answer

Correct: B: reliability. Missing limits lets a pod consume unbounded resources, threatening other pods’ QoS. It’s a reliability concern (potential cluster instability), not strictly security or governance.

Q3

Six rules carved out from idle/rightsizing in the 2026-04-13 migration. Which category?

A. compliance
B. schedule
C. discount
D. orphan

Show answer

Correct: B: schedule. The carve-out gave scheduling-driven recommendations their own first-class filter. Examples: resources that fit dev/test schedule patterns; resources currently always-on that should follow schedule.


5. Apply

Recommendations → filter by category. Each category has its own savings rollup. Sort by impact; act on top items.

For your team: schedule a quarterly category review. Most teams capture 70-80% of savings in the first 6 weeks; the rest over the following quarter.


Glossary terms touched

Rule category · Recommendation card · Cost-recovery vs quality category · Action default


Start with the bill.

Foundations takes about five hours. The first lesson is nine minutes.

Open curriculum. No login. No paywall. 237 lessons across 7 courses, three publicly verifiable credentials. Read it on the train, take the exam on a Saturday, list the credential on your résumé Monday.

5h median time to finish Foundations
0 logins, paywalls, or marketing forms
open curriculum, public credential verifier
Multi-cloud automation· Production-ready in 30 min· SOC 2 · ISO 27001· 30% average cloud cost cut· 4 platforms · 1 console· Multi-cloud automation· Production-ready in 30 min· SOC 2 · ISO 27001· 30% average cloud cost cut· 4 platforms · 1 console·