I currently have a legacy instance that had an Elastic IP address assigned to it.
I have moved this instance to a VPC in a public subnet, and no longer need the Elastic IP address on it. If I remove the Elastic IP address, will it start getting a public IP address from the AWS pool?
I really do -not- want to pull the EIP and then have this box's traffic have nowhere to go. We have DNS resolution set up on the box to automatically map the machine's Route53 DNS information when it gets a new IP address, but that only works -if- it gets the new IP from AWS.
Can this be done without terminating and relaunching the instance? If it is a matter of just disassociating the Elastic IP for it to get the new one - great, otherwise it's going to be more involved. I do have a VPC with private and public subnets, would they play a role in it? We are not using any DHCP or anything.