We created a PostgreSQL production database in AWS RDS a few months back and now we have received a requirement from the application team to install a connection pooler - PgBouncer in it.
I couldn't see any proper document from the AWS team showing the steps to install a PgBouncer and configure it in the AWS RDS PostgreSQL DB instance.
Is it possible to install PgBouncer in the AWS RDS PostgreSQL DB instance? If yes, can someone help me and share the steps to install and configure PgBouncer in the AWS RDS PostgreSQL?
Thank you!