Topic 1 Question 423
2 つ選択A development team wants to immediately build and deploy an application whenever there is a change to the source code.
Which approaches could be used to trigger the deployment?
Store the source code in an Amazon S3 bucket. Configure AWS CodePipeline to start whenever a file in the bucket changes.
Store the source code in an encrypted Amazon EBS volume. Configure AWS CodePipeline to start whenever a file in the volume changes.
Store the source code in an AWS CodeCommit repository. Configure AWS CodePipeline to start whenever a change is committed to the repository.
Store the source code in an Amazon S3 bucket. Configure AWS CodePipeline to start every 15 minutes.
Store the source code in an Amazon EC2 instance’s ephemeral storage. Configure the instance to start AWS CodePipeline whenever there are changes to the source code.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: AC
Only A and C present valid repository types for codepipeline. D also does, but it is not automatic.
👍 1wh1t4k3r2024/09/03 - 正解だと思う選択肢: AC
Answer is AC
👍 1aragon_saa2024/09/11 - 正解だと思う選択肢: AC
Answer is AC
👍 1Saudis2024/11/07
シャッフルモード