
Ultimate access to all questions.
In a scenario where an AWS CodePipeline pipeline is integrated with AWS CodeDeploy to manage the deployment of application versions across multiple Amazon EC2 instances in various stages, a recent deployment failure occurred due to a CodeDeploy issue. To enhance the monitoring and notification system during deployments and expedite issue resolution, what strategy should the DevOps engineer adopt to effectively notify stakeholders of deployment issues as they arise?
A
Implement Amazon CloudWatch Logs for CodePipeline and CodeDeploy, create an AWS Config rule to evaluate code deployment issues, and create an Amazon Simple Notification Service (Amazon SNS) topic to notify stakeholders of deployment issues.
B
Implement Amazon EventBridge for CodePipeline and CodeDeploy, create an AWS Lambda function to evaluate code deployment issues, and create an Amazon Simple Notification Service (Amazon SNS) topic to notify stakeholders of deployment issues.
C
Implement AWS CloudTrail to record CodePipeline and CodeDeploy API call information, create an AWS Lambda function to evaluate code deployment issues, and create an Amazon Simple Notification Service (Amazon SNS) topic to notify stakeholders of deployment issues.
D
Implement Amazon EventBridge for CodePipeline and CodeDeploy, create an Amazon Inspector assessment target to evaluate code deployment issues, and create an Amazon Simple Notification Service (Amazon SNS) topic to notify stakeholders of deployment issues.