Jason Biondo
Jason Biondo

Reputation: 834

Where is my servers IP on Amazon EC2?

I have just started working with Amazon Web Services and I set up my first instance. I just installed apache but now I'd like to test if the install was successful. I can't seem to find where my servers IP address is. Do you know where I need to look for this?

enter image description here

UPDATE:

I'm still not seeing it. Maybe I'm blind. All I see is Private IPs.

Upvotes: 0

Views: 1109

Answers (2)

Mike Brant
Mike Brant

Reputation: 71384

You can access your instance via the public DNS value shown. The public DNS value will actually hint at the public IP address of the instance, as those are the for numbers shown in the name.

If you want a static IP address (i.e. you can re-use the same IP after instance restarts), then you would need to allocate an elastic IP and attach it to the instance.

Upvotes: 1

adahlin
adahlin

Reputation: 126

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing.html Under "Determining Your Public and Private IP Addresses"

Upvotes: 0

Related Questions