I launched a micro instance on Amazon EC2, it was assigned a public IP which was picked up from a pool of available IP basically DHCP.
Now I want to assign a static IP to this instance.
EC2 to has a way of doing this but with that approach I will loose the current IP address and I will be given a new one, the problem is I have used the current IP address in all my code.
So is there a way in which the IP address assigned to the instance be made static IP?