Hacker News new | ask | show | jobs
by falcolas 4502 days ago
Sure, here you go. Basically, you can set up a private subnet, from which you can use any IP.

http://aws.amazon.com/articles/2127188135977316

2 comments

This isn't ARP per se as one would traditionally expect it. This is the networking in VPC handling the movement of the ENI.
It looks like this is using APIs not ARP to move the IP address; am I wrong?
that's correct as far as I understand the capabilities in VPC.