I'm trying to use the PostgreSQL connector for Power Apps within a Dynamics 365 Sales Hub app to pull data from an AWS RDS PostgreSQL database. Based on this Microsoft documentation about outbound IP addresses,
Connectors outbound IP addresses | Microsoft Learn , I understand that Power Platform requests rely on region-specific outbound IP addresses. However, our DBA is reluctant to whitelist all of these IPs for security reasons.
The environment shows that it's hosted in the US region, and I need to limit the whitelist to just a few IP addresses (preferably fewer than 4). Is there a way to restrict the outbound IP addresses that Power Apps uses, or another solution that would allow me to securely connect to the PostgreSQL database without needing to whitelist all the IP addresses listed in the documentation?