Practice free →
HomeAWS Developer Associatecloudcomputingawsdevdeployment › Which combination provides end-to-end CI/CD for …

Which combination provides end-to-end CI/CD for an application stored in CodeCommit, built with CodeBuild, and deployed by CodeDeploy?

AAWS CodePipeline orchestrating source → build → deploy stages
BAWS Snowball physically shipping the artefacts
CAmazon Glacier triggered by every commit
DAWS Backup running the deployment overnight
Answer & Solution
Correct answer: A. AWS CodePipeline orchestrating source → build → deploy stages
CodePipeline strings the source / build / deploy stages together with manual approval and parallel actions. Snowball, Backup, and Glacier are unrelated to CI/CD orchestration.
Solve this in the app — AWS Developer Associate practice & 24k+ MCQs →
Related questions