(Choose 1 answer)
A company uses AWS CodeDeploy to deploy applications from GitHub to EC2 instances running Amazon Linux. The deployment process uses a file called appspec.yml for specifying deployment hooks. A final lifecycle event should be specified to verify the deployment success.
Which of the following hook events should be used to verify the success of the deployment?
A. ApplicationStart
B. Allow Traffic
C. ValidateService
D. AfterInstall
E28