Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I've searched the web and browsed the RDS docs, yet I can't seem to find an open connection limit.

For what it's worth, I'm planning on using the new Postgres flavour of RDS, but I suppose an answer from the mySQL side of the house would be acceptable as well.

1 Answer

0 votes
by (44.4k points)

You can query for max_connections in a PostgreSQL RDS instance:

select * from pg_settings where name='max_connections';

max_connections is usually set to 5696.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer

Browse Categories

...