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?

preguntada hace un año398 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas