My hosting provider's network infrastructure does not guarantee that any hosted application will have a specific outgoing IP address (this is especially true when scaling out, because my container app may run on any number of machines in any AWS region). I want to avoid any issues with my backend API services being unable to reach Fatsecret due to it using a non-whitelisted IP address.
Can I allow all IP addresses with
0.0.0.0/0 and ::/0? I've seen others mention this but it is unclear whether this is allowed by Fatsecret based on the responses in the groups.