I've read different posts here and then and they doesn't seem to help me solve my problem.
I'm currently using CNAME redirection from my domain to my ELB and this is working fine. But it still doesn't allow me to use a static/elastic IP
I have a loadbalanced infrastructure (5 instances running).
I need for a partnership to share some IP(s) to my partner so he will accept that I do certain actions based on the IP.
I've tried to use the Public IP or to set an Elastic IP to my EC2 instances but they remain not accessible (which seems normal since I guess my instances are not public, only the ELB is).
I've also read that with a VPC you can enable public accessing for each instance so the "elastic IP solution" could work, but having 5 more elastic IPs will add extra cost for me so I would prefer an other solution.
Also it will force me to alter my core infrastructure (which I will do if needed, but again I would prefer an other solution (if there is)
My perfect answer would be a way to have One IP for 5 instances
Thanks