AWS Certified DevOps Engineer – Professional — Question 35

A development team is using AWS CodeCommit to version control application code and AWS CodePipeline to orchestrate software deployments. The team has decided to use a remote master branch as the trigger for the pipeline to integrate code changes. A developer has pushed code changes to the CodeCommit repository, but noticed that the pipeline had no reaction, even after 10 minutes.
Which of the following actions should be taken to troubleshoot this issue?

Answer options

Correct answer: A

Explanation

The correct action is to check that an Amazon CloudWatch Events rule has been created for the master branch to trigger the pipeline, as this is essential for the pipeline to respond to code changes. While the other options concern permissions and error logs, they do not directly address the lack of a trigger for the pipeline from the CodeCommit repository.