Exam DOP-C02 All QuestionsBrowse all questions from this exam
Question 234

A company wants to decrease the time it takes to develop new features. The company uses AWS CodeBuild and AWS CodeDeploy to build and deploy its applications. The company uses AWS CodePipeline to deploy each microservice with its own CI/CD pipeline.

The company needs more visibility into the average time between the release of new features and the average time to recover after a failed deployment.

Which solution will provide this visibility with the LEAST configuration effort?

    Correct Answer: B

    To achieve greater visibility into the average time between feature releases and recovery time from failed deployments with minimal configuration effort, using an AWS Lambda function to create Amazon CloudWatch custom metrics is efficient. Invoking the Lambda function via an Amazon EventBridge rule after every successful and failed run ensures real-time and accurate metrics gathering. This solution leverages CloudWatch dashboards for analysis, which is less complex compared to implementing additional services like DynamoDB and QuickSight.

Discussion
tgv

---> B

trungtdOption: B

A. Invoking the Lambda function every 5 minutes is less efficient compared to event-driven invocation B. provides the needed visibility with minimal configuration effort C & D. Using DynamoDB and QuickSight involves more configuration