Y
Hacker News
new
|
ask
|
show
|
jobs
by
ttt3ts
1093 days ago
Thanks! That is exactly what I wanted to know.
2 comments
endgame
1093 days ago
Another thing: EC2 instances (VMs) have a "Source/Destination IP check" which makes them ignore any packets not intended for them. If you want an instance to do NAT, you need to turn this off.
link
tedivm
1092 days ago
I've also got an open source terraform module for this-
https://github.com/tedivm/terraform-aws-nat
link