Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

joerucci's avatar

Vapor single outbound IP address?

Does anyone has experience with configuring AWS/Vapor to use a single IP address for all outbound traffic?

This would make whitelisting the application much easier when accessing other external servers/networks.

0 likes
5 replies
joerucci's avatar

After looking into this more it appears Vapor created a NAT Gateway with a static elastic IP assigned to it during deployment.

So at the moment it appears that it consolidates outbound traffic to a single IP address right out of the box. I have reached out to support to confirm this and will update this post for anyone else interested when I hear back.

2 likes
mashema's avatar

did you hear more about this from support

joerucci's avatar

Basically they said that it was possible but you would need to configure separately in AWS. I didn’t get much direction beyond that.

I ultimately decided to move the process to an external service (Forge server) that Vapor connects to through Passport and uses for this single IP purpose.

It’s actually become more common for me to move many of these odd ball use cases to other servers.

1 like

Please or to participate in this conversation.