nerdexam
Amazon

DOP-C02 · Question #78

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 main branch as the trigger

The correct answer is A. Check that an Amazon EventBridge rule has been created for the main branch to trigger the. https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-about-starting.html https://docs.aws.amazon.com/codepipeline/latest/userguide/triggering.html

Submitted by helene.fr· Mar 6, 2026SDLC Automation

Question

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 main 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?

Options

  • ACheck that an Amazon EventBridge rule has been created for the main branch to trigger the
  • BCheck that the CodePipeline service role has permission to access the CodeCommit repository.
  • CCheck that the developer's IAM role has permission to push to the CodeCommit repository.
  • DCheck to see if the pipeline failed to start because of CodeCommit errors in Amazon CloudWatch

How the community answered

(36 responses)
  • A
    92% (33)
  • B
    3% (1)
  • D
    6% (2)

Explanation

https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-about-starting.html https://docs.aws.amazon.com/codepipeline/latest/userguide/triggering.html

Topics

#AWS CodePipeline#AWS CodeCommit#Event-driven architecture#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full DOP-C02 Practice