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?

posta un anno fa398 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande