AWS Developer Tools Flashcards

1
Q

Cloud9

A

Allows you to write code with an integrated development environment (IDE) from within your web browser

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

CodeCommit

A

Source control system for private Git repositories

  • create repositories to store code
  • commit, branch, and merge code
  • collaborate with other software developers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CodeBuild

A

Allows you to build and test your application source code

  • enables continuous integration and delivery
  • produces build artifacts ready to be deployed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CodeDeploy

A

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

  • deploys code to EC2, Lambda, and on-premises
  • maintains application uptime
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CodePipeline

A

Automates the software release process

  • quickly deliver new features and updates
  • integrates with CodeBuild to run builds and unit tests
  • integrates with CodeCommit to retrieve source code
  • integrates with CodeDeploy to deploy your changes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

X-Ray

A

Helps you 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
7
Q

CodeStar

A

Helps developers collaboratively work on development projects

  • developers connect their development environment
  • integrates with CodeBuild, CodeCommit, and CodeDeploy
  • contained issue tracking dashboard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly