Search code examples
amazon-web-servicesamazon-ec2elastic-ip

How to verify AWS instance have static IP or not


I have set up one AWS windows instance. As per my requirement, I need static IP. So I set up one elastic IP and assign those IP to Windows instance. My problem is I'm not able to verify that elastic IP is assigned to Windows instance or not. Any way to verify that elastic Ip is assigned or not?


Solution

  • There are two ways for this:

    1) You can Navigate to Elastic IP Console and click on on any IP There and see the fourth TAB as Instance ID , this will confirm that what Instance is associated with the Elastic IP.

    2) Look at Instance Description and see Public IP Tab if it IP With Hyperlink then it is Elastic IP.

    Hope this will solve your issue/query

    Thanks