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
Hello,
I tryed to use the state ApplicationStop to deregister the insance from the ELB,
but it don't works.
Whilst if I use the state BeforeInstall all works fine.
Do you are agree with me?
The text was updated successfully, but these errors were encountered:
Is this the first time you are deploying to the host?
ApplicationStop runs the version of the script currently installed on the box, so during the first deployment no scripts will run since nothing is installed from CodeDeploy. After the initial deployment, future CodeDeploy deployments to the host should deregister it from the ELB before proceeding.
The second deployment will try to use the scripts in ApplicaitonStop lifecycle event from the first deployment. Do you know did the deregister script get executed during the second deployment at all?
Hello,
I tryed to use the state ApplicationStop to deregister the insance from the ELB,
but it don't works.
Whilst if I use the state BeforeInstall all works fine.
Do you are agree with me?
The text was updated successfully, but these errors were encountered: