I have been looking everywhere here and I am certain I am missing something simple, but I just can't get this to work.
End goal: Have a single AWS instance with 15 EIP's assigned to it and have all outbound traffic routing in a round robin style fashion.
Just as a test, I set up 2 test instaces (1 AWS Linux and 1 Ubuntu), assigned a secondary Private and elastic IP to both. Inbound, locally I can connect to either Private IP address, but outbound is still only going through the single EIP that was assigned to the instance.
I can't seem to find much documentation on rotating outbound traffic through multiple EIP's, just a lot of inbound questions. I'm thinking I may need to add a route, but I can't for the life of me figure out what that is.
This has seriously been driving me mad, so any information would help me greatly.