Developer Tools Flashcards

1
Q

AWS Cloud9

Developer Tools

A

AWS Cloud9 | Developer Tools

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It combines the rich code editing features of an IDE such as code completion, hinting, and step-through debugging, with access to a full Linux server for running and storing code.

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

AWS CodeBuild

Developer Tools

A

AWS CodeBuild | Developer Tools

AWS CodeBuild is a fully managed build service in the cloud. CodeBuild compiles source code, runs tests, and produces packages that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. CodeBuild scales continuously and processes multiple builds concurrently, so your builds don’t have to wait in a queue. You can get started quickly by using CodeBuild prepackaged build environments, or you can use custom build environments to use your own build tools. With CodeBuild, you only pay by the minute.

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

AWS CodeCommit

Developer Tools

A

AWS CodeCommit | Developer Tools

AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. AWS CodeCommit eliminates the need for you to operate your own source control system or worry about scaling its infrastructure. You can use AWS CodeCommit to store anything from code to binaries, and it works seamlessly with your existing Git tools.

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

AWS CodeDeploy

Developer Tools

A

AWS CodeDeploy | Developer Tools

AWS CodeDeploy is a service that automates code deployments to any instance, including Amazon EC2 instances and instances running on-premises. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications. You can use AWS CodeDeploy to automate deployments, eliminating the need for error-prone manual operations, and the service scales with your infrastructure so you can easily deploy to one instance or thousands.

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

AWS CodePipeline

Developer Tools

A

AWS CodePipeline | Developer Tools

AWS CodePipeline is a continuous delivery service that enables you to model, visualize, and automate the steps required to release your software. With AWS CodePipeline, you model the full release process for building your code, deploying to pre-production environments, testing your application and releasing it to production. AWS CodePipeline then builds, tests, and deploys your application according to the defined workflow every time there is a code change. You can integrate partner tools and your own custom tools into any stage of the release process to form an end-to-end continuous delivery solution.

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

AWS CodeStar

Developer Tools

A

AWS CodeStar | Developer Tools

AWS CodeStar is a cloud‑based development service tR®hat provides the tools you need to quickly develop, build, and deploy applications on AWS. With AWS CodeStar, you can set up your entire continuous delivery toolchain in minutes, allowing you to start releasing code faster. AWS CodeStar makes it easy for your whole team to work together securely, with built-in role-based policies that allow you to easily manage access and add owners, contributors, and viewers to your projects. Each AWS CodeStar project comes with a unified project dashboard and integration with Atlassian JIRA software, a third-party issue tracking and project management tool. With the AWS CodeStar project dashboard, you can easily track your entire software development process, from a backlog work item to production code deployment.

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

AWS X-Ray

Developer Tools

A

AWS X-Ray | Developer Tools

AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components. You can use X-Ray to analyze both applications in development and in production, from simple three-tier applications to complex microservices applications consisting of thousands of services.

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