Home › AWS Developer Associate › cloudcomputing › awsdevdeployment › 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.
Related questions
Which strategy lets a serverless API safely deploy a new Lambda alias while keeping old clA Lambda function is deployed as a container image stored in ECR. Which change triggers LaWhich Elastic Beanstalk deployment policy shifts traffic to new instances WHILE keeping thWhich CloudFormation feature lets a developer reference an existing resource (e.g. an exisA team wants to deploy a Lambda update with the option to roll back automatically if a CloWhich AWS service automates Docker image builds and publishes them to a private container Which combination provides end-to-end CI/CD for an application stored in CodeCommit, builtWhich CodeDeploy deployment strategy for a Lambda alias shifts traffic from version V1 to