Commit 8943259
committed
feat(database): enable Data API and connection logging (#122)
Why: The Aurora Serverless v2 cluster lacks operational tooling for
debugging and diagnostics. Without Data API, operators must use SSH
tunneling via Bastion Host to run ad-hoc queries. Without connection
logs, diagnosing unexpected auto-pause resumes or connection pool
exhaustion requires guesswork.
What:
- Enable RDS Data API for direct SQL execution from AWS CLI/Console
- Add log_connections and log_disconnections parameters
- Export PostgreSQL logs to CloudWatch Logs with 1-week retention1 parent 764a4fa commit 8943259
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
0 commit comments