
Ultimate access to all questions.
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