What are the AWS developer tools for CI/CD?
Answer: CodePipeline orchestrates stages and actions; CodeBuild runs build and test in managed containers; CodeDeploy deploys to EC2, on-premises servers, ECS and Lambda with in-place or blue/green strategies; CodeArtifact hosts package repositories; and CodeConnections links to GitHub, GitLab and Bitbucket.
Why interviewers ask this: The honest framing is that many teams use GitHub Actions or GitLab for build and test and CodeDeploy or CodePipeline only for the deployment half, because the developer experience of the AWS tools is weaker. Being able to say that rather than presenting them as the obvious choice is a credible position.
