Developer Tools Flashcards

1
Q

Write and debug code within an integrated development environment that supports many popular programming languages from within your web browser

A

Cloud9

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

Used to build serverless applications by preconfiguring the development environment with the needed SDKs

A

Cloud9

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

Source control system for private Git repositories that allows collaboration with other software developers

A

CodeCommit

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

Create repositories to store code

A

CodeCommit

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

Commit, branch, and merge code

A

CodeCommit

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

Used for managing source code and the different versions of files for applications

A

CodeCommit

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

Allows the building and testing of application source code

A

CodeBuild

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

Compiles source code and runs test

A

CodeBuild

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

Enables Continuous integration and delivery

A

CodeBuild

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

Produced build artifacts ready to be deployed

A

CodeBuild

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

Used to run tests before deploying a new version of an application to production

A

CodeBuild

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

Manages the deployment of code to compute services in the cloud or on-premises

A

CodeDeploy

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

Deploys code to EC2, Fargate, Lambda, and on-premises

A

CodeDeploy

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

Maintains application uptime by using rolling deployments

A

CodeDeploy

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

Used when rolling out a new version of an application but need to maintain application uptime

A

CodeDeploy

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

Automates the software release process

A

CodePipeline

17
Q

Allows the delivery of new features and updates quickly

A

CodePipeline

18
Q

Integrates with CodeBuild to run builds and unit tests

A

CodePipeline

19
Q

Integrates with CodeCommit to retrieve source code

A

CodePipeline

20
Q

Integrates with CodeDeploy to deploy changes to applications

A

CodePipeline

21
Q

Used to add automation to the building, testing, and deployment of your application.

A

CodePipeline

22
Q

Helps debug and analyze production applications

A

X-Ray

23
Q

Map application components

A

X-Ray

24
Q

Allows the viewing of requests from end to end

A

X-Ray

25
Q

Used to trace calls to an RDS database by mapping requests made to your database from within your application

A

X-Ray

26
Q

Helps developers work collaboratively on development projects

A

CodeStar

27
Q

Developers can connect their environment to CodeStar and integrates with CodeCommit, CodeBuild, and CodeDeploy

A

CodeStar

28
Q

Contains an issue tracking dashboard

A

CodeStar

29
Q

Used to manage the entire development pipeline

A

CodeStar