githubEdit

How do I find and use the static IP address for outbound traffic in DuploCloud?

Context When running applications in DuploCloud on AWS, you may need to ensure all outbound traffic from your containers or nodes uses a consistent static IP address. This is commonly needed when integrating with external services that require IP whitelisting. Answer In DuploCloud, all outbound traffic from your AWS VPC goes through a NAT (Network Address Translation) IP address, which is static. Each Infrastructure/VPC has its own dedicated NAT IP address. To find your NAT IP address: Navigate to the DuploCloud UI Go to Admin → Infrastructure Select your infrastructure (e.g., prod) Look for the NAT IP address displayed in a tile on the right side of the screen Once you have this IP address, you can provide it to external services for whitelisting. Any outbound requests from your containers or nodes within that infrastructure will originate from this IP address. Tip: It's recommended to test this configuration in lower environments first to confirm the behavior before implementing in production.

Last updated

Was this helpful?