Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Can we open multiple connections in the same region? #22

Closed
bryank91 opened this issue Apr 3, 2021 · 2 comments
Closed

Can we open multiple connections in the same region? #22

bryank91 opened this issue Apr 3, 2021 · 2 comments

Comments

@bryank91
Copy link

bryank91 commented Apr 3, 2021

Describe the solution you'd like
I want to have a single PC but running multiple tasks with different IP addresses.
In this case, I will connect to lambda functions and all the request maintains the same IP until after a certain amount of time.

Describe alternatives you've considered
Perhaps running ./awslambdaproxy multiple times? However, it will still go through the ec2 instance.

@lezwon
Copy link

lezwon commented Jun 2, 2021

Would like to have this. @dan-v is this possible?

@dan-v
Copy link
Owner

dan-v commented Jul 28, 2021

@bryank91 - the general idea of running multiple instances of the proxy from a single ec2 instance should be possible, but currently there are some things that are hardcoded like some listening ports (e.g

forwardProxy = "localhost:8082"
) that would prevent this from working. i'm happy to take any PRs to make values like these configurable so this workflow could work..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants