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回答
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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ