EC2 LB Target group deletes target

0

I observed that EC2 LB Target group deletes registered target (EC2 instance port 80) automatically every month. That too without any waning or intimation mail. Please suggest.

profile picture
gefragt vor einem Jahr235 Aufrufe
1 Antwort
3
Akzeptierte Antwort

The ELB target group does not automatically remove EC2 from the target.
For example, if an EC2 is managed by AutoScaling and a health check fails, it will be deleted.
https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-add-elb-healthcheck.html

Check to see if any API events are left in CloudTrail when the target is removed from the target.
You can confirm this by sorting by event name "DeregisterTargets" in CloudTrail.
Once confirmed, you will be able to see the user name that performed the action, etc.

profile picture
EXPERTE
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor 7 Monaten
profile picture
EXPERTE
überprüft vor einem Jahr
  • Thanks Riku. I checked CloudTrail. ElasticBeanstalk and Autoscaling creating problems. I have increased the health check time to 1000 sec from default 300. Because as per CloudTrail logs this process lasted around 10 minutes.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen