I am using an on-demand instance for testing some services in my spare time.
So, I start and stop that instance very frequently, and I see its public and private IPs changing each time. This is annoying, because I always need to change hostname in several applications using test services.
What I want is to have at least a "fixed", static private IP.
I read somewhere that adding ENI interface could be the solution. In this case, can you provide me a simple example on how to do that?
In other case, what's the cleaner solution?