Support dedicated outbound Static IPs for services

rc

6 months ago

Outbound Static IPs are useful for certain use cases, such as:

  • Whitelisting capabilities for connecting to ext database providers (e.g. MongoDB Atlas)
  • Certain 3rd party APIs that may apply a global rate limit on certain IP blocks (e.g. Discord)
  • Compliance purposes where shared tenancy is a no-go
Feedback

6 Comments

rc

5 months ago


jpivac

Trial

2 months ago

Are you able to add any updates on this please? We need to be able to connect to MongoDB Atlas. Thankyou.


brody

Pro
marked this thread as

2 months ago

it's in progress, no ETA yet.

for connecting to Atlas you can whitelist all IP's with

0.0.0.0/0
, though that may not be a solution for everyone.


datadius

Pro

a month ago

Are you able to add any updates on this please? We need to be able to connect to MongoDB Atlas. Thankyou.

you can probably get away by whitelisting some of the ips here depending on your region https://utilities.up.railway.app/cidr-list


jpivac

Trial

a month ago


a month ago

That wouldn't be applicable on Railway, but I'm going to get a little off topic and ask why not run Mongo on Railway? it would certainly eliminate the Database <--> Service egress fees.