DOP-C02 · Question #98
DOP-C02 Question #98: Real Exam Question with Answer & Explanation
The correct answer is A: The networking configuration does not allow the EC2 instances to reach the internet via a NAT. https://docs.aws.amazon.com/codedeploy/latest/userguide/troubleshooting-deployments.html Search with: Troubleshooting all lifecycle events skipped errors
Question
A DevOps engineer is deploying a new version of a company's application in an AWS CodeDeploy deployment group associated with its Amazon EC2 instances. After some time, the deployment fails. The engineer realizes that all the events associated with the specific deployment ID are in a Skipped status, and code was not deployed in the instances associated with the deployment group. What are valid reasons for this failure? (Choose two.)
Options
- AThe networking configuration does not allow the EC2 instances to reach the internet via a NAT
- BThe IAM user who triggered the application deployment does not have permission to interact with the
- CThe target EC2 instances were not properly registered with the CodeDeploy endpoint.
- DAn instance profile with proper permissions was not attached to the target EC2 instances.
- EThe appspec.yml file was not included in the application revision.
Explanation
https://docs.aws.amazon.com/codedeploy/latest/userguide/troubleshooting-deployments.html Search with: Troubleshooting all lifecycle events skipped errors
Topics
Community Discussion
No community discussion yet for this question.