Programming language and version: TypeScript v4.7.2
Link to your project on Github/Gitlab: private
Link to your application: private
I need to whitelist my application IPs from third party services for them to allow api calls from my backend app. I am unabled to retrieve these ip addresses, both on production (static ip) and on dev (no static ip)
It’s related to this issue For my production cluster, the 3 Elastic IP addresses on my aws console do not work.
This works on your production cluster because you’ve configured “Static IP” as @rophilogene mentionned. However it’s not set on your dev cluster, so it’s not possible to whitelist IPs.