OpsFabric · Reliability Audit
{{ scanned_at_utc }} UTC
{% if demo_mode %}
Sample audit — synthetic data. This report was rendered from a baked-in fixture; no AWS resources were inspected. Run opsfabric-discovery audit --profile <your-profile> --regions all against your AWS account to see real coverage.
{% endif %}
Prepared for {{ prepared_for }}

Alarm coverage assessment

A read-only audit of CloudWatch alarm coverage against the OpsFabric reliability baseline for {{ scoped_kinds }} workloads.

Account
{{ account_label }}
Regions Scanned
{{ regions_scanned|length }}{% if regions_skipped %}  ·  {{ regions_skipped|length }} skipped{% endif %}
Resources Scored
{{ resources_scored }}
Baseline Reference
{{ industry_baseline }} / 100
{% if not scoreable %}
No scoreable resources found We scanned {{ regions_scanned|length }} region{{ "" if regions_scanned|length == 1 else "s" }} but found no ECS services, Lambda functions, or RDS instances tagged in Resource Explorer 2.
Either this account has no production workloads in those services, or Resource Explorer indexing is incomplete.
{% else %}
{{ score_int }}
/ 100
Grade {{ grade_letter }} {{ grade_label }}

{{ headline }}

{{ headline_sub }}

{% if remediation_callout %}
{{ remediation_callout|safe }}
{% endif %}
{{ required_missing }}
Required gaps
{{ critical_resources }}
Resources at risk
{{ p1_gap_count }}
P1 — outage class
{{ regions_scanned|length }}
Regions in scope

Critical gaps

Top required checks missing, ordered by severity

{% if critical_gaps %} {% for gap in critical_gaps %}
{{ gap.title }}
{{ gap.severity }}
{{ gap.resource_kind }} · {{ gap.region }} · {{ gap.resource_name }}
{{ gap.business_impact }}
{% endfor %} {% if more_gaps_count > 0 %}
+ {{ more_gaps_count }} additional required gaps across other resources — full detail in the appendix JSON.
{% endif %} {% else %}
No required-check gaps detected — strong baseline.
{% endif %}

Coverage by resource type

Required-check coverage rolled up per service

{% for row in coverage_by_kind %} {% endfor %}
Resource type Resources Required Met Coverage
{{ row.label }} {{ row.resource_count }} {{ row.required_total }} {{ row.required_met }} {{ row.coverage_pct }}%
{% endif %}

Recommended next steps

Prioritized actions, in order

    {% for step in next_steps %}
  1. {{ step|safe }}
  2. {% endfor %}
Read-only audit. OpsFabric DiscoveryFabric called only AWS describe / list APIs against the customer account. No CloudWatch alarms, IAM policies, or any other resources were created, modified, or deleted. Baseline reference of {{ industry_baseline }} / 100 represents a typical industry benchmark for required-check alarm coverage across mid-market AWS engineering teams. Generated by OpsFabric DiscoveryFabric.