AWS DevOps Concepts
Code commit
It is a SCM service provided by AWS.
Codebuild
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy.
Code Deploy
AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers.
Code Pipeline
CodePipeline is a workflow management tool, which allows the user to configure a series of steps to form a pipeline.
0 Comments