Developer Tools Flashcards
Write and debug code within an integrated development environment that supports many popular programming languages from within your web browser
Cloud9
Used to build serverless applications by preconfiguring the development environment with the needed SDKs
Cloud9
Source control system for private Git repositories that allows collaboration with other software developers
CodeCommit
Create repositories to store code
CodeCommit
Commit, branch, and merge code
CodeCommit
Used for managing source code and the different versions of files for applications
CodeCommit
Allows the building and testing of application source code
CodeBuild
Compiles source code and runs test
CodeBuild
Enables Continuous integration and delivery
CodeBuild
Produced build artifacts ready to be deployed
CodeBuild
Used to run tests before deploying a new version of an application to production
CodeBuild
Manages the deployment of code to compute services in the cloud or on-premises
CodeDeploy
Deploys code to EC2, Fargate, Lambda, and on-premises
CodeDeploy
Maintains application uptime by using rolling deployments
CodeDeploy
Used when rolling out a new version of an application but need to maintain application uptime
CodeDeploy
Automates the software release process
CodePipeline
Allows the delivery of new features and updates quickly
CodePipeline
Integrates with CodeBuild to run builds and unit tests
CodePipeline
Integrates with CodeCommit to retrieve source code
CodePipeline
Integrates with CodeDeploy to deploy changes to applications
CodePipeline
Used to add automation to the building, testing, and deployment of your application.
CodePipeline
Helps debug and analyze production applications
X-Ray
Map application components
X-Ray
Allows the viewing of requests from end to end
X-Ray
Used to trace calls to an RDS database by mapping requests made to your database from within your application
X-Ray
Helps developers work collaboratively on development projects
CodeStar
Developers can connect their environment to CodeStar and integrates with CodeCommit, CodeBuild, and CodeDeploy
CodeStar
Contains an issue tracking dashboard
CodeStar
Used to manage the entire development pipeline
CodeStar