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?

asked a year ago381 views
1 Answer
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
EXPERT
answered a year 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