Cloud / Amazon Web Service (AWS) Interview questions
Mention a few CI/CD-related services in AWS.
In AWS, there are 4 services related to CI/CD: CodeBuild, CodePipeline, CodeCommit, and CodeDeploy. All of them are fully managed.
CodeBuild is used to build and test code, as well as create deployment-ready software packages.
CodeCommit is a source control service that hosts your Git repositories. It keeps your code secure with encryption, simplifies collaborations, and provides excellent accessibility to all the members of your project team.
CodePipeline is a continuous delivery service that lets you automate release pipelines, and CodeDeploy automates software deployments.
More Related questions...