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