A municipal IT team wants an automated pipeline that builds application packages and deploys them through stages after each approved commit. Which AWS family of services supports that CI/CD pattern?
Select an answer to reveal the explanation.
Short Explanation
Think of CodePipeline as the factory conveyor — commit goes in one end, CodeBuild compiles, and stages roll the release forward. S3 hosting can serve files, Auto Scaling reacts to load, and Organizations sets account guardrails; none of those are the CI/CD conveyor belt.
Full Explanation
AWS developer tools such as CodePipeline and CodeBuild support continuous integration and continuous delivery by orchestrating build, test, and deploy stages from source changes. That is the Cloud Practitioner-level awareness of the Code* family. S3 website hosting, Auto Scaling, and Organizations SCPs address hosting, capacity, and governance respectively, not pipeline orchestration.