TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Suggestions on solutions for static out going IP addresses on cloud computing?

2 pointsby tiburonover 5 years ago
Working on a service running in AWS that communicates to a service on heroku and I am using AWS, do you know of a reliable solution that can allow to use a static outgoing IP, or how do you go about this problem?

1 comment

mneilover 5 years ago
NAT gateway with EIP. All outbound requests from your vpc will come from the NAT IP.