Fixed IP address

Is it possible that I can assign my project to a fixed IP address ??
I am trying to work with an API which needs IP verification.
so Just asking if its possible ?

No, a variety of IP addresses are used, it’s not possible to assign one.

1 Like

Do you have ranges of possible IP addresses? I’m communicating with an AWS mysql database and it would be nice to not have to open it to the entire world.

1 Like

Unfortunately even that isn’t simple. Here are the ranges AWS could use: https://ip-ranges.amazonaws.com/ip-ranges.json

1 Like

I see: I should have realized that Glitch is also running on AWS :-D. And I assume there’s no predicting the region/zone the Glitch instance could be in?

(What do you call the machine/VM running glitch containers? A Glitch instance? A Glitchpervisor?)

Right now, all of our servers are in us-east-1, but that will change eventually.

I like Glitchpervisor :slight_smile:

2 Likes

Is it still true today in 2019 that all Glitch servers are in AWS us-east-1? I want to safelist IPs for connecting a Glitch project to a MongoDB Atlas project.

yep
you can still connect as all of em are still in us-east-1