Skip to content

feat: add /aws-rds-health workflow#22

Merged
23seriy merged 3 commits into
mainfrom
feat/aws-rds-health
Jul 7, 2026
Merged

feat: add /aws-rds-health workflow#22
23seriy merged 3 commits into
mainfrom
feat/aws-rds-health

Conversation

@23seriy

@23seriy 23seriy commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds /aws-rds-health — read-only RDS/Aurora diagnostics workflow
  • Covers: instance/cluster detail, recent events, CloudWatch storage/IO/CPU/connection metrics, parameter group drift, replication lag (including Aurora members and global clusters), automated/manual backup state, security group posture, subnet group, CA certificate, and engine upgrade path
  • Flags: public accessibility, missing encryption, disabled deletion protection, backup retention < 7 days, replication lag > 30s, storage pressure, deprecated CA cert, and slow-query logging disabled
  • Generates a severity-ranked Markdown report with verdict (🟢/🟡/🔴)
  • Works for both single RDS instances and Aurora clusters

Test plan

  • Validate frontmatter: ./scripts/validate-repo.sh
  • Run against an RDS instance: /aws-rds-health DB_IDENTIFIER=<id> REGION=<region>
  • Run against an Aurora cluster identifier
  • Confirm graceful degradation when jq is absent
  • Confirm no credentials or passwords appear in output

🤖 Generated with Claude Code

23seriy added 3 commits July 7, 2026 17:21
Read-only RDS/Aurora diagnostics: instance health, events, storage/IO
metrics, parameter groups, replication lag, backups, and security posture.
Generates a severity-ranked markdown report.
@23seriy 23seriy merged commit 4b5475f into main Jul 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant