Development Flashcards

1
Q

Cloud 9

A

Write code within an integrated development environment (IDE) from within the browser

Write and debug code

Supports popular languages

Preconfigured IDE libraries and sdks for things like lambda

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

Code Commit

A

Commit, branch, and merge code

Collaborate with other devs

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

Code Build

A

Compiles source code and runs tests

Enables continuous integration and delivery

Produces artifacts ready to be deployed

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

Code Deploy

A

Deploys code to EC2, Fargate, Lambda, & on prem

Maintains app uptime by having rolling deployments for upgrades

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

Code Pipeline

A

Quickly deliver new features and updates

Integrates with code build to run builds and unit tests

Integrates with code commit to retrieve source code

Integrates with code deploy to deploy changes

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

X Ray

A

Analyze & debug production apps

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

Code Star

A

Helps devs work collaboratively on dev projects

Devs connect their dev environment

Integrates with code commit, code build, & code deploy

Contains an issue tracking dashboard

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

Code IAC

A

Allows you to write a script to provision AWS Respurces

Supports JSON & YAML

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

Cloud Formation

A

Allows provisioning of AWS resources using IAC

Provides a repeatable process for provisioning resources

Works with most AWS services

Create templates or stacks

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

Elastic Beanstalk

A

Allows deployment of web and app services to AWS

Orchestration service that provisions resources

Automatically handles the deployment

Monitors app via health dashboard

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

Ops Work

A

Allows use of chef and puppet to automate the configuration of your servers & Deploy code

Deploy code and manage configs

Manage on prem servers or EC2 instances in the AWS cloud

Works with chef and puppet

Allows definition of software install scripts & automate configs for your app server

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