AWS Developer Tools
The AWS Developer Tools are a collection of tools designed to help application developers develop, build, test, and deploy their applications onto EC2 and on-premises instances. These tools facilitate and automate the tasks that must take place to get a new application revision released into production.
However, the AWS Developer Tools enable more than just application development. You can use them as part of any IaC approach to automate the deployment and configuration of your AWS infrastructure.
In this section, you’ll learn about the following AWS Developer Tools:
- CodeCommit
- CodeBuild
- CodeDeploy
- CodePipeline
CodeCommit
CodeCommit lets you create private Git repositories that easily integrate with other AWS services. Git (https://git-scm.com) is a version control system that you can use to store source code, CloudFormation templates, documents, or any arbitrary files—even binary files such as Amazon Machine Images (AMI) and Docker containers. These...