In the previous chapter, we discussed AWS CodeCommit and CodeBuild. In this chapter, we will discuss other AWS code family tools such as AWS CodeDeploy, AWS CodePipeline, AWS CodeStar, and AWS X-Ray. AWS CodeDeploy is a fast, reliable, and consistent way to deploy the application.
AWS CodePipeline automates the deployment process to model and visualize the code for new updates and features. AWS CodeStar is used to develop, build, and deploy the application quickly on AWS from the AWS CodeStar console.
AWS X-Ray helps developers to easily debug and analyze the distributed applications.
In this chapter, we will cover the following topics:
- AWS CodeDeploy
- AWS CodePipeline
- AWS CodeStar
- AWS X-Ray
Let's explore each topic and see how they can be used to achieve CI/CD on AWS.