Our company hosts infra on GCP. Default network is connected to cloud NAT. Because API provider we work with need to whitelist our IP address, I am adding static IP to the cloud NAT.
The question is - should I assign just one IP address or multiple IP addresses?
My understanding of pros/cons:
pros:
- potentially API provider can have rate limit per IP. If we have multiple IPs we have more rate limits
cons:
- it's tedious to whitelist multiple IPs
Both doesn't seem very strong point so I guess it doesn't matter? What is the best practice for egress IP addresses? Should I have one or multiple? If multiple how many is recommended?