Skip to content

{{SERVICE_EMOJI}} {{SERVICE_NAME}} β€” Cloud Inventory Source of TruthΒΆ

Reconcile your {{SERVICE_SLUG}} posture in <2 minutes β€” discover {{WHAT}} to validate governance and populate the CMDB.


For CxO β€” what {{SERVICE_NAME}} data tells you in 60 seconds

{{SERVICE_NAME}} inventory covers {{WHAT}}. Running this discovery provides evidence for APRA CPS 234 compliance and feeds your CMDB service map. Why it matters: (1) Regulatory compliance β€” dated exports trace governance posture. (2) Risk visibility β€” {{KPI_1_NAME}} and {{KPI_2_NAME}} expose risk before incidents. (3) Service continuity β€” {{KPI_3_NAME}} gaps are failure modes that impact recovery.

πŸ“Š Governance Posture SnapshotΒΆ

Board-meeting screenshot β€” 4 KPIs at a glance

Governance KPI What to look for Evidence file
{{KPI_1_NAME}} {{KPI_1_VALUE}} tenants/{{TENANT}}/raw/{{SERVICE_SLUG}}/{{KPI_1_FILE}}
{{KPI_2_NAME}} {{KPI_2_VALUE}} tenants/{{TENANT}}/raw/{{SERVICE_SLUG}}/{{KPI_2_FILE}}
{{KPI_3_NAME}} {{KPI_3_VALUE}} tenants/{{TENANT}}/raw/{{SERVICE_SLUG}}/{{KPI_3_FILE}}
{{KPI_4_NAME}} {{KPI_4_VALUE}} tenants/{{TENANT}}/raw/{{SERVICE_SLUG}}/{{KPI_4_FILE}}

πŸ› οΈ Operational Paths β€” Generate the EvidenceΒΆ

uv run runbooks inventory {{RUNBOOKS_CLI_COMMAND}} \
  --profile ${{AWS_PROFILE_VAR}} \
  --format csv \
  --output tenants/{{TENANT}}/raw/{{SERVICE_SLUG}}/{{OUTPUT_FILE_PREFIX}}-$(date +%Y-%m-%d).csv
{{CLAUDE_SLASH_COMMAND}}

Why use Claude commands: Automatic pagination, retry logic, confidence scoring, APRA CPS 234 audit trail in tmp/.

{{AWS_CLI_COMMAND}} \
  --profile ${{AWS_PROFILE_VAR}} \
  --output json
Expected Output β€” {{NUM_CSV_FILES}} CSV Files

Output location: tenants/{{TENANT}}/raw/{{SERVICE_SLUG}}/ Β· Date suffix: $(date +%Y-%m-%d)

Source: {{TAB_1_SOURCE_API}} Β· File: {{TAB_1_FILE_PATTERN}}

Field Description Example CMDB/CSDM CI Mapping
{{FIELD_NAME}} {{FIELD_DESC}} {{FIELD_EXAMPLE}} {{FIELD_CSDM}}
Run or extend this runbook

Execute via /adlc slash command or invoke skills directly from .claude/skills/. See advanced.md for multi-account discovery patterns.


Last Updated: {{DATE}} | Scope: READONLY {{AWS_SERVICE_NAME}} API only β€” no mutations | Companion: advanced.md for enriched discovery.