Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IP address ranges for EC2

Is there any public info on what public IP address ranges Amazon EC2 uses? I would like to be able to lookup an IP and know whether or not it's an EC2 machine. I know that the DNS name given to EC2 machines gives a hint that it's an EC2 account, but I really prefer to just have an IP lookup available.

Tx, Simon @ http://LabSlice.com

like image 496
Simon at LabSlice-com Avatar asked Dec 29 '22 06:12

Simon at LabSlice-com


2 Answers

You can find information on the public IP ranges used by AWS here: https://ip-ranges.amazonaws.com/ip-ranges.json

See the documentation: http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html

like image 196
Bernardo Martinez Avatar answered Jan 06 '23 02:01

Bernardo Martinez


Amazon maintains the list of EC2 IP Ranges here: https://forums.aws.amazon.com/ann.jspa?annID=1701

like image 22
BigJoe714 Avatar answered Jan 06 '23 01:01

BigJoe714