
Answer-first summary for fast verification
Answer: ValidateService
AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications. An EC2/On-Premises deployment hook is executed once per deployment to an instance. You can specify one or more scripts to run in a hook.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company employs AWS CodeDeploy to deploy applications sourced from GitHub to EC2 instances operating on Amazon Linux. The deployment process utilizes a configuration file named appspec.yml, which is used to define deployment lifecycle hooks. To ensure the deployment's success, a concluding lifecycle event must be specified.
Which lifecycle hook event should be designated to confirm the successful deployment?
A
ValidateService
B
AfterInstall
C
ApplicationStart
D
AllowTraffic
No comments yet.