Developer Tools Flashcards

1
Q

______ is an IDE that allows you to write and debug ____ from within your web browser, it Supports several popular ______ _______

A

Cloud 9, code, programming languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

_____ ______ is a source control system for private Git repositories

A

CodeCommit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

________ allows you to build and test your application source code
- complies source code and runs tests
- enables continuous integration and continuous delivery (CICD)

A

CodeBuild

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_______ allows you to run as many parallel streams of tests for your _______ ____as needed, allowing you to deploy your changes to production more quickly.

A

CodeBuild, application code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

________ manages the deployment of ____ to compute services in the cloud or on-premises

A

CodeDeploy, Code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

________ automates the software release process (quickly deliver new features and updates) - allows you to implement a ____ _______

A

CodePipeline, CI/CD (Continuous Integration/continuous deployment) Pipeline

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CodePipeline:
- integrates with ________ to run builds and unit tests
- integrates with _________ to retrieve source code
- integrates with _________ to deploy your changes

A

CodeBuild, CodeCommit, CodeDeploy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

_____ helps you analyze and debug production applications. you are able to ____ your application components

A

X-Ray, map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

_______ helps developers collaboratively work on development projects. Developers can use their own development environment.

A

CodeStar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly