How to schedule a AWS batch job with a static IP

0

The problem is- I want to run a web scrapping job which requires to use a proxy. And the proxy provider that I am using needs to whitelist the IP from where the proxy is used. Is there a way out ? or any other recommendation.

Mansit
asked 10 months ago445 views
1 Answer
1

I think the IP address can be fixed by making the subnet where the AWS Batch ECS task starts private and communicating via NAT Gateway.
The NAT Gateway uses an Elastic IP when it is created, so I thought that registering this in the Proxy server's permission list would solve the problem.

profile picture
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions