Skip to main content

cloudops.weekly-cert-report

Type: commands | Track: Enterprise | Version: 1.0.0

Weekly certificate status report with cross-validation, persona-aware triage, and CxO stakeholder email. Mirrors the finops:aws-monthly enterprise pattern for certificate lifecycle governance. Delegates to security-compliance-engineer.


Quick Start

pip install runbooks

# Weekly cert report (default: 90-day window, all modes)
runbooks cert report --ops-profile $AWS_OPERATIONS_PROFILE --all-accounts

# Executive mode with stakeholder email
runbooks cert report --ops-profile $AWS_OPERATIONS_PROFILE --all-accounts --mode executive

For the full ADLC pipeline, invoke /cloudops:weekly-cert-report from the ADLC command interface.


Parameter Reference

ParameterCLI FlagDefaultDescription
Days window--days90Show certs expiring within N days
Ops profile--ops-profile$AWS_OPERATIONS_PROFILEAWS profile with Config Aggregator access
Mode--modeallexecutive, cto, sre, cloudops — persona output
Azure--azurefalseInclude Azure Key Vault certificates

Deliverables

ArtifactFormatAudience
Cert status reportMarkdownHITL, Security team
Stakeholder emailPlain textCxO, management
Expiry triageRich tableCloudOps
Cross-validation resultJSONQA, Evidence

Benefits

  1. Weekly cadence prevents certificate expiry surprises — 90-day window with CRITICAL bucket for expired + in-use certs
  2. Persona-aware output — executive summary for CxO, detailed triage for CloudOps
  3. CxO stakeholder email generated — ready for copy-paste distribution
  4. Cross-validated against CLI ground truth (prevents silent Config Aggregator drift)

When to Use

AttributeDetail
PersonaSecurity Engineer / HITL
TriggerWeekly certificate monitoring cycle — every Monday, or when a cert within the 90-day window needs CxO-level awareness before a critical expiry
Business ValueCross-validated cert status with CxO stakeholder email — replaces manual ACM console navigation with a single command that produces a HITL-ready report and a draft email for management distribution
FrequencyWeekly

Example: As a Security Engineer, I need the weekly certificate report because a CRITICAL cert (expired + in-use) appeared in the triage last week and the CTO needs a weekly status email until all CRITICAL certs are renewed. I run /cloudops:weekly-cert-report which produces the persona-formatted triage, cross-validates cert counts, and generates the CxO stakeholder email as cert-email.txt ready for distribution.

Enterprise-only. Contact sales for licensing details.