
Answer-first summary for fast verification
Answer: Keep the source code in an AWS CodeCommit repository and start AWS CodePipeline whenever a change is pushed to the CodeCommit repository, Keep the source code in an Amazon S3 bucket and start AWS CodePipeline whenever a file in the S3 bucket is updated
Keep the source code in an AWS CodeCommit repository and start AWS CodePipeline whenever a change is pushed to the CodeCommit repository Keep the source code in an Amazon S3 bucket and start AWS CodePipeline whenever a file in the S3 bucket is updated AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. CodePipeline automates the build, test, and deploy phases of your release process every time there is a code change, based on the release model you define.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data analytics company, which has its IT infrastructure hosted on the AWS Cloud, is looking to build and deploy its flagship application automatically whenever there are changes made to the source code.
As an AWS Certified Developer Associate, which two of the following options would you recommend to initiate the deployment process? (Select two)
A
Keep the source code in an AWS CodeCommit repository and start AWS CodePipeline whenever a change is pushed to the CodeCommit repository
B
Keep the source code in an Amazon EBS volume and start AWS CodePipeline whenever there are updates to the source code
C
Keep the source code in an Amazon S3 bucket and set up AWS CodePipeline to recur at an interval of every 15 minutes
D
Keep the source code in Amazon EFS and start AWS CodePipeline whenever a file is updated
E
Keep the source code in an Amazon S3 bucket and start AWS CodePipeline whenever a file in the S3 bucket is updated
No comments yet.