19 June 2026
Project: Cloud Cost Governance Bot
A Python automation project that turns cloud inventory exports into cost, tagging, ownership, and governance findings.
projectpythonfinopsgovernanceautomation
This project connects platform engineering to business outcomes.
The idea is simple: take anonymised cloud inventory exports, apply governance rules, and produce a report that teams can act on.
What the repo will include
- Sample Azure and AWS export files with fake data.
- YAML rules for required tags, owner fields, budget drift, idle resources, and oversized resources.
- A Python report generator.
- A dry-run mode for GitHub issue creation.
- Unit tests around the rules.
Example checks
required_tags:
- owner
- cost_center
- environment
idle_resource_days: 14
monthly_budget_threshold_percent: 80
Why this matters
Senior DevOps work is not only pipelines and clusters. It is also ownership, cost visibility, and making drift visible before it becomes a finance or audit problem.
This project will show that I can build automation that helps both engineering teams and leadership.