Topic 1 Question 16
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?
Check that an Amazon EventBridge rule has been created for the main branch to trigger the pipeline.
Check that the CodePipeline service role has permission to access the CodeCommit repository.
Check that the developer’s IAM role has permission to push to the CodeCommit repository.
Check to see if the pipeline failed to start because of CodeCommit errors in Amazon CloudWatch Logs.
ユーザの投票
コメント(11)
- 正解だと思う選択肢: A
A is the correct answer.
The permission only be checked in the "Source" stage, the pipeline didn't react to the code changes which means the issue occurs in the trigger, so EventBridge should be first checked in this case.
👍 2qan12572023/05/24 - 正解だと思う選択肢: A
opt for A, even B is also possible
👍 1ele2023/04/07 - 正解だと思う選択肢: B
I think it's B CodePipeline automatically triggers CodeDeploy, so you don't need to use EventBridge.
👍 1ataince2023/04/12
シャッフルモード