How to configure auto scaling group for bastion host.

0

I'm trying to build an auto-scaling group for the Bastion host. It has to get a fixed public IP when it is made a copy instance because of the available zone failover. Also, I'm trying to build an auto-scaling group for Nat-instance. I want to set the routing table that destination(0.0.0.0/0), Targets( Fixed network Interface in Nat-instance). Both 2 building's significant issues are that they can't use the same IP and network interface while autoscaling working. could you tell me how to set it to use the same IP and the same or fixed network interface while autoscaling processing?

質問済み 1年前398ビュー
1回答
0

I hope the article as follows will help you. Use userdata to allocate EIP when ec2 launches.And set ASG min/max_size to 1

https://stackoverflow.com/questions/53919530/aws-ec2-user-data-script-how-to-allocate-elastic-ip

profile picture
エキスパート
回答済み 1年前

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

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

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

関連するコンテンツ