AWS Developer Tools Flashcards

1
Q

What is Amazon Cloud9?

A

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

  • Integrated development environment (IDE)
  • Write and debug code
  • Supports popular programming languages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is CodeBuild?

A

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

  • Compiles source code and runs tests
  • 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

What is 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is CodePipeLine?

A

CodePipeline automates the software release process. CI/CD

  • 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

What is CodePipeLine real world usecase?

A

When combined with other developer tools, CodePipeline helps development teams implement DevOps practices that automate testing and the movement of code to production.

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

What is 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

What is X-Ray real world usecase?

A

X-Ray can help you map requests made to your RDS database from within your application. You can track information about the SQL queries generated and more.

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