Y
Hacker News
new
|
ask
|
show
|
jobs
Suggestions on solutions for static out going IP addresses on cloud computing?
2 points
by
tiburon
2377 days 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 comments
mneil
2377 days ago
NAT gateway with EIP. All outbound requests from your vpc will come from the NAT IP.
link