
Answer-first summary for fast verification
Answer: Application Stop -> Before Install -> Application Start -> ValidateService
Application Stop -> Before Install -> Application Start -> ValidateService In CodeDeploy, a deployment is a process of installing content on one or more instances. This content can consist of code, web and configuration files, executables, packages, scripts, and so on. CodeDeploy deploys content that is stored in a source repository, according to the configuration rules you specify.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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