Practice free →
HomeAWS Developer Associatecloudcomputingawsdevdeployment › Which AWS service lets developers store and vers…

Which AWS service lets developers store and version build artefacts and intermediate files (e.g. JARs, zips, container layers) used by a CI/CD pipeline?

AAmazon Polly
BAWS DataSync
CAmazon Glacier Deep Archive as the only artefact store
DAmazon S3 (often paired with CodeBuild outputs)
Answer & Solution
Correct answer: D. Amazon S3 (often paired with CodeBuild outputs)
S3 is the standard artefact store — CodePipeline reads + writes artefacts here between stages. Deep Archive is too slow for CI/CD; DataSync is a migration service; Polly is TTS.
Solve this in the app — AWS Developer Associate practice & 24k+ MCQs →
Related questions