Always getting dedicated US IPs (ipv4) assigned

Hi, despite changing my region to “fra” and redeploying my app, I still get dedicated US IP addresses when I request for ipv4, the service I am using does for does not allow US IPs, I thought changing my region would provide me with an IP in the new region.
Is therr any way around this?
Please I’d like an IP in the EU

It sounds like you’re accessing a third-party vendor, which suggests what you need is an egress IP:

These should be assigned according to the region your machine is in. Crucially, note these are assigned per machine and not per app. So if you allocate a machine in an EU region (ams, fra, cdg are good choices, lhr is not as it’s not in the EU :smiley: ) and then get a static egress IP, all requests from that machine to the outside should go through that static egress IP.

Cheers,