dynamic ip address

0

Hi, I've a project to finish. My customer wants my docker containers's ip addresses has to change with a click. This is my first time in cloud. Is this possible, a dockerized running app's ip address can be changed. It can destroy and redeploy, but is this possible with a java based automatization. What should i study if it is possible. My app is spring boot micro service.

1 Answer
0

If you'd like to dynamically change the public IP address of the app, you might find Elastic IP useful.

The creation and allocation of these can also be automated using Java: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/examples-ec2-elastic-ip.html

Ed
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions