I have a client who has his API's hosted on Azure Devops. In order to allow me to access their API's they want a static IP from me so that they could whitelist my IP to allow me access.
My question is how do I create a static IP and if they are 2 other developers working on the same project, how can we all access the API's without being blocked.
What I tried: Created an Elastic IP on EC2. And I need some guidance on how I could associate that static ip to 3 different computers on different networks. Or if you could throw some light on what is my best approach here.
Thanks in advance.