Pod with different IPS?
Hi team, how do I create 2 pod with different IP address? I have 2 right now but they have the same IP address which does not meet my use case
18 Replies
if its not possible please let me know
Solution
You can't get different IPs just different ports.
great thanks
do you know any other service likr runpod?
what is your usecase for diffrent Ip's?
i do a lot of request to an API
so i am banned by IP
if I could pay to increase my request I would do it
but they limit at 90 a minute
and they provide 1000 of trading products
so 90 is fastly reached
no websocket
why do you mean request banned? Are you using secure cloud or you ask about serverless?
I am using a pod on secure cloud. what i meant is once I have reached my 90 request a minute I cannot request anymore until the next minute
He is calling an external API that rate limits his IP
so he is making botnet that connects to remote api from pod?
im not sure what is botnet, but I use the pod to do REST request to an external API yes
for now I went to another provider for my use case, so I have one machine running in runpod and another on google cloud
the script im running is having commercial end, so every second its running it "can" potentially generate revenues
hence had to get this fix fast
Usually it's sign of bad app code. If you get rate limited by external services its mean your code does not have set proper rate limiting. So you get like two options:
1. Increase rate limit on api you use
2. in your code implement cool down so it wont spam external api
well you just did not read what I wrote, so before to judege learn how to read
1) There is no paying Tier, I would have been very happy to pay even 1000$ a month for unlimited API calls
2) how can you request 1000 prices a minute when you only have 90 calls allowed? trading prices change every seconds .... just think .... before to say someone is a bad coder
You did not told what wpi do you call
This is not api run by us so we cant help with it
yeah i know, but I was telling you my use case as you requested, and you asked me what API I am calling which I also provided ....
and i even told you what I end up doing, which is going with another provider that allow different IPs
im just here giving you feedback man
@Gabriel CB when I used to bot Pokemon Go accounts, I used servers in Scaleway. Their VMs are cheap and each one can get a unique IP. You can also consider Digital Ocean, Linnode, etc.
Unless you specifically need a GPU for what you are doing, RunPod is a bit overkill.
@ashleyk wondeful. indeed i only need CPU