We have 6 public IPs. 2 public IP's in test, 2 in admin and 2 in main.
test is at ambitatest
, admin and main are at ambitamain
These are the IPs we that restrictive remote services need to open for, so that we can communicate with them from AWS.
ambitatest | 52.57.60.119 | 52.57.144.245 | ||
---|---|---|---|---|
ambitamain (admin and main) | 52.57.69.245 | 52.57.119.121 | 52.57.142.110 | 52.57.143.45 |
Check IPs
aws cli
# for test aws --profile ambitatest --output table ec2 describe-nat-gateways # for admin and main aws --profile ambitamain --output table ec2 describe-nat-gateways
AWS web management console
EC2 → Elastic IPs in both ambitatest
and ambitamain