Question 17 of 40
Single answerFor 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
<p>B.ApplicationStop -> BeforeInstall -> AfterInstall -> ApplicationStart</p>
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of AWS certification topics.