amazon web services - What happens when two instances share the same elastic ip address? -


lets i've got domain pointed elastic ip record. if i've got 2 instances set elastic ip address, 1 directed when go domain?

this called "reassociation", , according elastic ip documentation...

in ec2-classic:

if try associate eip that's associated instance, address automatically associated new instance.

in vpc:

if try associate eip that's associated instance, succeeds if allowed reassociation.

so in either environment address won't stay associated both instances.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -