Strapi cloud with pg (aurora) server on AWS

Hi
Is it possible to have the postgress server in AWS and then connecting the AWS postgress server to the Strapi cloud application? We can make the connection work between Strapi application hosted locally and the postgress on AWS, but when we try to connect the Strapi cloud application to the postgress aws database server the connection is not working. Following error is logged:

[2024-06-03 12:04:40] [2024-06-03 12:04:40.355] error: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?

Thanks

Br Claus