AWS provides a bunch of services to create your application's Continuous Integration and Continuous Deployment pipelines natively on AWS. There are also many popular tools, such as Jenkins, Bamboo, TeamCity, and Git, that can either be independently set up on AWS or even integrated with the CI/CD services that AWS offers. As a whole, there are plenty of options and users can pick and choose the right ones as per their needs:
Capability |
AWS Service |
Other tools |
Source code repository, version control, branching, tagging, and so on |
AWS CodeCommit |
Git, Apache Subversion (SVN), Mercurial |
Compiles source code and produces software packages that are ready to deploy ... |