Link to home
Start Free TrialLog in
Avatar of JPERKS1985
JPERKS1985

asked on

AWS - Assign one IP to multiple instances

I need to assign a single IP address to multiple AWS instances. How can this be done?
ASKER CERTIFIED SOLUTION
Avatar of Shalom Carmel
Shalom Carmel
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JPERKS1985
JPERKS1985

ASKER

My problem is my software on the instances uses a set of HTTP proxy servers to connect to the internet. I can only have ten IP addresses on the access list. Can a load balancer be used for outbound traffic like this?
df
You should have described your problem in more detail when asking :)
A load balancer is no good in your case.
You can easily set up a proxy (one or more) controlled by you in EC2. Either Apache http with mod_proxy, or squid, or any other you like, can be used to consolidate your outgoing traffic thru this single IP address.