From 90e1e8d809095c5d5f0ffe60060709cd898ca671 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 27 May 2025 23:38:06 +0200 Subject: [PATCH] fix(kb/aws/rds): add source --- knowledge base/cloud computing/aws/rds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knowledge base/cloud computing/aws/rds.md b/knowledge base/cloud computing/aws/rds.md index f595813..2184392 100644 --- a/knowledge base/cloud computing/aws/rds.md +++ b/knowledge base/cloud computing/aws/rds.md @@ -806,6 +806,7 @@ or write workloads and exceeds the instance type quotas. - [How can I resolve the "ERROR: must be loaded via shared_preload_libraries" error?] - [Understanding PostgreSQL roles and permissions] - [Kyle Kingsbury's Amazon RDS for PostgreSQL 17.4 analysis] +- [AWS RDS Max Connections Limit As Per Instance Type] ### Sources @@ -866,6 +867,7 @@ or write workloads and exceeds the instance type quotas. [amazon ebs-optimized instance types]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html +[AWS RDS Max Connections Limit As Per Instance Type]: https://sysadminxpert.com/aws-rds-max-connections-limit/ [backing up login roles aka users and group roles]: https://www.postgresonline.com/article_pfriendly/81.html [disabling aws rds backups when creating/updating instances?]: https://stackoverflow.com/questions/35709153/disabling-aws-rds-backups-when-creating-updating-instances [Kyle Kingsbury's Amazon RDS for PostgreSQL 17.4 analysis]: https://jepsen.io/analyses/amazon-rds-for-postgresql-17.4