Topic 1 Question 242
2 つ選択A company is using AWS CodePipeline to deliver one of its applications. The delivery pipeline is triggered by changes to the main branch of an AWS CodeCommit repository and uses AWS CodeBuild to implement the test and build stages of the process and AWS CodeDeploy to deploy the application.
The pipeline has been operating successfully for several months and there have been no modifications. Following a recent change to the application’s source code, AWS CodeDeploy has not deployed the updated application as expected.
What are the possible causes?
The change was not made in the main branch of the AWS CodeCommit repository.
One of the earlier stages in the pipeline failed and the pipeline has terminated.
One of the Amazon EC2 instances in the company’s AWS CodePipeline cluster is inactive.
The AWS CodePipeline is incorrectly configured and is not invoking AWS CodeDeploy.
AWS CodePipeline does not have permissions to access AWS CodeCommit.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: AB
A. The change was not made in the main branch of the AWS CodeCommit repository: In this pipeline setup, if the change was made in a branch other than the main branch, it would not trigger the pipeline, and therefore, AWS CodeDeploy wouldn't deploy the updated application. B. One of the earlier stages in the pipeline failed and the pipeline has terminated: If one of the preceding stages in the pipeline failed, it would prevent the subsequent stages, including AWS CodeDeploy, from being executed.
👍 5tapan6662023/10/28 AB the key word is "The pipeline has been operating successfully for several months and there have been no modifications." So the "D. The codePipeline is incorrectly configured" is incorrect, because if the configuration is incorrect, it won't have been operating successfully for several months.
👍 2ShawnWon2023/11/19B. One of the earlier stages in the pipeline failed and the pipeline has terminated. D. The AWS CodePipeline is incorrectly configured and is not invoking AWS CodeDeploy.
👍 1Claire_KMT2023/10/28
シャッフルモード