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?

demandé il y a un an398 vues
1 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions