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
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
Is your feature request related to a problem? Please describe.
Current automation relies on either manual registration of EC2 instance to the ELB or an action within the supplied Jenkins pipeline-job. In the later case, there is a race-condition wherein the ELB registration-attempt may happen when either the ELB or the EC2 are not sufficiently ready, causing the EC2 Jenkins job to fail
Describe the solution you'd like
Add registration-step to EC2-level automation (something like):
Is your feature request related to a problem? Please describe.
Current automation relies on either manual registration of EC2 instance to the ELB or an action within the supplied Jenkins pipeline-job. In the later case, there is a race-condition wherein the ELB registration-attempt may happen when either the ELB or the EC2 are not sufficiently ready, causing the EC2 Jenkins job to fail
Describe the solution you'd like
UserData
'sscript.sh
section. AddElbName
parameter{}
andAttachToElb
condition{}
as appropriateDescribe alternatives you've considered
If converting to use with ELBv2 (ALB), implement by adding reference to ALB's
Tgroup
.The text was updated successfully, but these errors were encountered: