LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified DevOps Engineer - Professional

AWS Certified DevOps Engineer - Professional

Get started today

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?

Exam-Like



Explanation:

The correct answer is B. Implementing Amazon EventBridge for CodePipeline and CodeDeploy allows for capturing deployment events in near real-time. By creating an AWS Lambda function, you can evaluate code deployment issues as they happen. Additionally, setting up an Amazon Simple Notification Service (Amazon SNS) topic will notify stakeholders immediately when deployment issues are detected. The other options either do not provide near real-time notifications or do not integrate as seamlessly with the required services. For example, AWS CloudTrail records API calls but updates its logs at 5-minute intervals, which is not suitable for real-time monitoring.

Powered ByGPT-5