cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

Support Network Load Balancer with static IP address? #288

Closed tomcandysoft closed 11 months ago

tomcandysoft commented 11 months ago

Our customers need to whitelist the app's IP address so that emails coming from the app are allowed.

axelfontaine commented 11 months ago

This is not supported. In your case, an additional single-instance app with an elastic ip is the best choice to handle these requests. It can then communicate with the main app for the rest of the functionality.