Home › AWS Developer Associate › cloudcomputing › awsdevdeployment › 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.
Related questions
Which strategy lets a serverless API safely deploy a new Lambda alias while keeping old clWhich AWS service lets developers store and version build artefacts and intermediate filesA 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 CodeDeploy deployment strategy for a Lambda alias shifts traffic from version V1 to