I'm trying to find out the range of IP addresses that an Elastic Load Balancer could have from an EC2 instance which is behind it. This is so I can configure the HttpRealIpModule of nginx correctly.
I've found a list of EC2 public IP addresses but can't find any mention of the private IP range. My best guess is 10.0.0.1/8
- does anyone know if that is correct?