
Ultimate access to all questions.
During a deployment of a new application version using AWS CodeDeploy to Amazon EC2 instances, a DevOps engineer encounters a failure where all deployment events are marked as Skipped, and no code is deployed to the instances. What potential issues could lead to this deployment failure?
A
The networking configuration does not allow the EC2 instances to reach the internet via a NAT gateway or internet gateway, preventing access to the CodeDeploy endpoint.
B
The IAM user initiating the deployment lacks the necessary permissions to interact with the CodeDeploy service.
C
The target EC2 instances are not correctly registered with the CodeDeploy service.
D
The EC2 instances do not have an attached IAM instance profile with the required permissions for CodeDeploy.
E
The application revision does not include the necessary appspec.yml file.