Dev tools Flashcards

1
Q

What is Cloud 9?

A

AWS’s browser based IDE

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

What service might a developer use to debug application issues in development or under production?

A

X-Ray

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

What is CodeArtefact?

A

It’s a repository for managing artefacts. Artifacts are dependencies (code for running code e.g. pandas). Artifact repositories for example PyPI (Python Package Index) help store, find and install packages such as Conda for managing artefacts.

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

What managed serverless service might a developer use to create and execute code for compiling, testing, and packaging code?

A

CodeBuild

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

What AWS service is a Git repository?

A

CodeCommit

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

What is CodeDeploy?

A

A service that automates code movement into instances

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

What service can be used to push to product under the model of CICD (Continuous Integration & Continuous Delivery)?

A

CodePipeline

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

What is CodeStar?

A

A UI for the AWS software dev services

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

How might a developer use chaos engineering to test performance under stress?

A

FIS (Fault Injection Simulator)

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

How might a developer dev and deploy scalable full stack web and mobile apps in AWS?

A

Amplify

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

What tools in AWS can a developer use to set up containers in AWS?

A

ECS (Elastic Container Service) - to deploy (set-up), manage and scale and ECR (Elastic Container Registry) - to store

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

What tool can be used to automate service deployments in AWS?

A

CDK (Cloud Development Kit) - user writes deployment code in chose programming language and this is compiled into a CloudFormation template (json or ymal) - cloud formation provides a template for specifying AWS resource deployment order and config

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

What service can be used to deploy apps in AWS?

A

Elastic Beanstalk

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

What is SageMaker?

A

A tool for building ML models

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

What is AWSs equiv to stack overflow?

A

re:Post

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

How should a AWS user migrate apps to AWS?

A

App Discovery Service and App Migration Service to do the actual migration

17
Q

What is AppStream 2.0?

A

Desktop App Streaming Service