Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In the context of AWS CodeDeploy, when performing in-place deployments, what is the sequence in which the lifecycle event hooks are executed?
A
Before Install -> Application Stop -> Application Start -> ValidateService
B
Application Stop -> Before Install -> ValidateService -> Application Start
C
Application Stop -> Before Install -> Application Start -> ValidateService
D
Before Install -> Application Stop -> ValidateService -> Application Start