Integrated Services Flashcards

1
Q

Application Load Balancer

A

Manages traffic to/between multiple containerized applications.

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

Application Load Balancer - Components

A

Listeners - sort incoming requests
Target - end point/destination
Target groups - conceptually similar/grouped targets

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

Autoscaling

A

Programatic & on-demand EC2 instance scaling

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

Autoscaling - Components

A

Launch configuration - specifies EC2 to create (AMI, hardware, etc.)
Auto scaling group - resources (VPC/load balancer/etc.) & related limits (start/min/max # of instances)
Auto scaling policy - schedules/conditions for scaling

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

Route 53

A

Customizable noOps Domain Name Server (DNS)

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

Route 53 - Components

A

Hosted zone - zone of DNS & server
Fully qualified domain name - domain name as bought from registry
Record sets - sub-domains e.g. “api.thing.com”, “login.thing.com” for “thing.com”

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

Relational DB Service

A

Managed, noOps, highly available relational DB with multi-zone options

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

Relational DB Service - Components

A

Instance class - hardware - CPU, RAM, network bandwidth, etc.
Instance storage - hardware - magnetic/HDD/SSD, etc.

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

Lambda

A

Serverless, noOps code execution (triggered by another service e.g. S3, cloudWatch).

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

Lambda components

A

Triggers - on Event, timer, or manual

Code - language, environment & env variables, execution role, etc.

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

Elastic beanstalk

A

Automated programmable deployment pipelines; supports single & multi-container apps with custom URLs

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

Simple Notification Service (SNS)

A

AWS pub/sub

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

CloudWatch

A

Monitors & gathers memos for AWS services, e.g. CPU utilization checks

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

CloudWatch - Components

A
  1. Metrics
  2. Alarms
  3. Events
  4. Logs
  5. Dashboards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CloudFront

A

A CDN (Content Delivery Network) for multi-regional, low-latency access with reliability.

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

CloudFormation

A

Automates repeated/predictable provisioning of a resources group. Fully managed. Deployment specified in JSON or YAML.