You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi using the deregister_from_elb.sh script i notice when i run on an instance that is not part (this could happen for many reasons) of the ELB (already defined on common_functions.sh) the script checks 10 times every 30 seconds if the instance is not part of the ELB.
Why not if the instance is not part of the ELB just continue (exit the script)?
What do you think?
The text was updated successfully, but these errors were encountered:
I am having the same issue @maxtorzito
ELB scripts had _ANY_ option to allow us to deal with this situation but ELB v2 does not have this option. Seems like new developer removed that option away :(
I really need it :(
@Suryanarayanan: use case is simple. Machine is not part of an ASG at that moment for various reasons but we still wanna have the flexibility to deploy the code without failing.
Hi using the deregister_from_elb.sh script i notice when i run on an instance that is not part (this could happen for many reasons) of the ELB (already defined on common_functions.sh) the script checks 10 times every 30 seconds if the instance is not part of the ELB.
Why not if the instance is not part of the ELB just continue (exit the script)?
What do you think?
The text was updated successfully, but these errors were encountered: