Amazon EC2 - Reserved Private Addresses
Posted
by
reach4thelasers
on Server Fault
See other posts from Server Fault
or by reach4thelasers
Published on 2011-03-19T16:37:33Z
Indexed on
2011/03/20
16:12 UTC
Read the original article
Hit count: 178
amazon-ec2
I've got a private DNS Server running on Amazon EC2. I don't need a public IP Address because its only used for private addressing web1.xxx.internal database1.xxx.internal
Problem is I had to terminate the instance recently and start a new one. This meant that the private IP address of the DNS server changed and I had to log in to each of my other 15 server one-by-one and change the DNS address to point to the new DNS server.
There must be a better way to do this, if so, what is it?
© Server Fault or respective owner