Developer Tools Flashcards

1
Q

Developer Tools

A

Cloud9
CodeCommit
CodeBuild
CodeDeploy
CodePipeline
X-Ray
CodeStar

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

Cloud9

A

Cloud9 allows you to write code within an integrated development environment (IDE) from within your web browser.

Cloud9 in the Real World: Build serverless applications

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

CodeCommit

A

CodeCommit is a source control system for private Git repositories.

Create repositories to store code. Commit, branch, and merge code. Collaborate with other software developers.

CodeCommit in the Real World: Manage versions of source code files for your applications

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

CodeBuild

A

CodeBuild allows you to build and test your application source code.

Compiles source code and runs tests. Enables continuous integration and delivery.

CodeBuild in the Real World: Run tests before deploying a new version of an application to productio

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

CodeDeploy

A

CodeDeploy manages the deployment of code to compute services in the cloud or on-premises.

Deploys code to EC2, Fargate, Lambda, and on-premises. Maintains application uptime

CodeDeploy in the Real World: Maintain application uptime when rolling out a new version.

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

CodePipeline

A

CodePipeline automates the software release process.

Quickly deliver new features and updates

CodePipeline in the Real World: Add automation to the building, testing, and deployment of your application

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

X-Ray

A

X-Ray helps you debug production applications.

Analyze and debug production applications. Map application components. View requests end to end

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

CodeStar

A

CodeStar helps developers collaboratively work on development projects.

Integrates with CodeCommit, CodeBuild, and CodeDeploy. Developers connect their development environment. Contains issue tracking dashboard.

CodeStar in the Real World: CodeStar can manage the development pipeline

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