Page 1 of 1

For a deployment using AWS Code Deploy, what is the run order of the hooks for in-place deployments?

Posted: Mon Mar 27, 2023 1:38 pm
by answerhappygod
For a deployment using AWS Code Deploy, what is the run order of the hooks for in-place deployments?

A. BeforeInstall -> ApplicationStop -> ApplicationStart -> AfterInstall
B. ApplicationStop -> BeforeInstall -> AfterInstall -> ApplicationStart
C. BeforeInstall -> ApplicationStop -> ValidateService -> ApplicationStart
D. ApplicationStop -> BeforeInstall -> ValidateService -> ApplicationStart