AWS Developer Tools Flashcards
1
Q
Cloud9
A
Allows you to write code with an integrated development environment (IDE) from within your web browser
2
Q
CodeCommit
A
Source control system for private Git repositories
- create repositories to store code
- commit, branch, and merge code
- collaborate with other software developers
3
Q
CodeBuild
A
Allows you to build and test your application source code
- enables continuous integration and delivery
- produces build artifacts ready to be deployed
4
Q
CodeDeploy
A
Manages the deployment of code to compute services in the cloud or on-premises
- deploys code to EC2, Lambda, and on-premises
- maintains application uptime
5
Q
CodePipeline
A
Automates the software release process
- quickly deliver new features and updates
- integrates with CodeBuild to run builds and unit tests
- integrates with CodeCommit to retrieve source code
- integrates with CodeDeploy to deploy your changes
6
Q
X-Ray
A
Helps you debug production applications
- map application components
- view requests end to end
7
Q
CodeStar
A
Helps developers collaboratively work on development projects
- developers connect their development environment
- integrates with CodeBuild, CodeCommit, and CodeDeploy
- contained issue tracking dashboard