CICD

  • This section is all about automating application code deployment to AWS virtual servers using AWS CICD solutions.

Services

Service Name
Description

AWS CodeCommit

To store application code just like GitHub, GitLab or BitBucket

AWS CodeBuild

Building and testing code like Jenkins CI

AWS CodeDeploy

Deploying the code to EC2 instance (not Beanstalk)

AWS CodePipeline

Orchestrate automating code deployment to Elastic Beanstalk, ECS, Fargate

AWS CodeStar

Manage software development in one place

AWS CodeArtifact

Store, publish and share software artifacts and packages like Artifactory

AWS CodeGuru

Automated code reviews using Machine Learning

References

Last updated