Infrastructure Audit
Review deployment practices and infrastructure health using DORA metrics.
When to Use
- Weekly or monthly infrastructure health review
- After a series of incidents to identify systemic issues
- When evaluating CI/CD pipeline improvements
Steps
- Collect deployment data for the review period
- Calculate DORA metrics: frequency, lead time, MTTR, change failure rate
- Compare against industry benchmarks (Elite/High/Medium/Low)
- Identify trends and patterns in failures
- Recommend improvements with prioritized action items
Output Format
## Infrastructure Audit -- [Period]
### DORA Metrics
| Metric | Value | Benchmark | Rating |
|--------|-------|-----------|--------|
| Deploy Frequency | X/week | On-demand | Elite/High/Med/Low |
| Lead Time | X hours | <1 hour | Elite/High/Med/Low |
| MTTR | X minutes | <1 hour | Elite/High/Med/Low |
| Change Failure Rate | X% | 0-15% | Elite/High/Med/Low |
### Trends
- [Trend observation with data]
### Recommendations
1. [Highest priority improvement]
2. [Second priority]
3. [Third priority]