shinesolutions / ruby_aem_aws

Ruby client for Shine Solutions Adobe Experience Manager (AEM) Platform on AWS
Apache License 2.0
3 stars 8 forks source link

use instance count for ASG health check #22

Closed mbloch1986 closed 5 years ago

mbloch1986 commented 5 years ago

The current implementatino of the ASG health check is using the ec2 instance health status of the ASG to determine if an instance is running. Unfortunatley iut turns out that this isn't the best way to do it. As even an instance which changed the state to terminating is seen as healthy instance. We should check if we can use the regular instance count health check which is implemented in the method healthy_state_verifier

mbloch1986 commented 5 years ago

Inlcuded in release 1.4.0