1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
You stated "minimum is 2 nodes" in question. Please note that "node" is not an applicable term for Aurora Serverless v1. Could you confirm what you meant was "2 capacity units"?
Are you able to reproduce the problem you described using the built-in query editor on the RDS console?
Relevant content
asked 5 years ago
- AWS OFFICIALUpdated 8 months ago

Indeed, I meant 2 capacity units, will update the question to reflect this. And good one to test, I cannot reproduce this on the query editor, but it is reproducible on a minimal lambda (behind APIGW) that simply connects to the database and queries a single item. The 30s APIGW timeout is hit inconsistently, but very often. This doesn't reproduce on the same code in production, and the only infrastructural difference is the database configuration.
after a few days of investigation, it looks like it's a call to SSM to get database information from Parameter Store that's timing out. Since it has nothing to do with Aurora, I will accept this as the answer and continue searching, maybe open an issue related to SSM.