My backend is running behind AWS Elastic Beanstalk.
I am using a third party API to send SMS. They are planning to put IP address restriction for their API.
I have to share IP addresses of my server with them.
However, Elastic Beanstalk has scaling configured, so it launches and terminates the instances dynamically.
Is there a way to know specific range of IP Addresses used by AWS?