Cloud Architecture Terms Flashcards

A look into Cloud Architect

1
Q

Solutions Architect

A

A role in a technical organization that architects a technical solution using multiple systems via researching, documentation, experimentation.

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

Solutions Architect needs to answer these questions

A
  1. How secure is this solution? (Security)
  2. How much is this going to cost? (Cost)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cloud Architect

A

A solutions architect that is focused solely on architecting technical solutions using Cloud services.

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

A Cloud Architect needs to understand the following

A

Availability, Scalability, Elasticity, Fault Tolerance, Disaster Recovery

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

High Availability

A

Your ability for your service to remain available by ensuring there is no single point of failure (have backups or a plan) and/or ensure a certain level of performance (quality).

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

Elastic Load Balancer

A

Allows you to evenly distribute traffic to multiple servers in one or more datacenters. If a datacenter or server becomes unavailable (unhealthy) the load balancer will route the traffic to only available datacenters within servers. Based on the demand of traffic.

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

High Scalability

A

Ability to increase your capacity based on the increasing demand of traffic, memory, and computing power. Vertical Scale: Scale Up to upgrade to a bigger server. Horizontal Scale: Scale Out which adds more servers of the same size.

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

High Elasticity

A

The ability to automatically increase/decrease your capacity based on the current demand of traffic, memory, and computing power.

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

Horizontal Scaling

A

Scaling Out: Add more of the same size servers
Scaling In: Remove the underutilized same size servers

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

Vertical Scaling

A

Scaling Up: to upgrade to a bigger server.
Scaling Down: generally hard for traditional architecture so you will see more of horizontal scaling.

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

ASG - Auto Scaling Groups

A

An AWS feature that will automatically add/remove servers based on the scaling rules set by you.

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

High Fault Tolerance

A

The ability to ensure there is no single point of failure. Preventing the chance of failure.

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

Fail-Overs

A

Is when you have a plan to shift traffic to a redundant system in case the primary system fails. So the traffic would go to the secondary/backup system.

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

RDS Multi-AZ

A

When you run a duplicate standby database in another AZ in case your primary database fails.

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

Highly Durable

A

Ability to recover from a disaster and prevent the loss of data.

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

Disaster Recovery

A

Solutions that help recover from a disaster.

17
Q

Cloud Endure DR:

A

Continuously replicates your machine into a low-cost staging area in your target AWS account and preferred Region enabling fast and reliable recovery in case of IT data center failures.

18
Q

BCP - Business Continuity Plan

A

A document that outlines how a business will continue operating during an unplanned disruption in services.

19
Q

RPO - Recovery Point Objective

A

The max acceptable amount of data loss after an unplanned data-loss incident, expressed as an amount of time. How much data are you willing to lose?

20
Q

RTO - Recovery Time Objective

A

The max acceptable amount of downtime you business can tolerate without incurring a significant financial loss. How much time are you willing to go down?

21
Q

Disaster Recovery Options

A

It is based on Cost vs Time.
- Backup & Restore
- Pilot Light
- Warm Standing
- Multi-Site Active/Active

22
Q

Backup & Restore

A

You backup data and restore to a new infrastructure.
- lower priority
- cost effective $
- restore data after event
- deploy resources after event
- RPO/RTO Hours

23
Q

Pilot Light

A

Your data is replicated to another region with minimal services running.
- less stringent RPO/RTO
- core services
- start & scale resources after event
- more costly $$
- RPO/RTO 10 minutes

24
Q

Warm Standing

A

Scaled down copy of your infrastructure running ready to scale up
- business critical services
- scale resources after event
- even more costly $$$
- RPO/RTO minutes

25
Q

Multi-Site Active/ Active

A

Scaled up copy of your infrastructure architecture in another region.
- zero down time
- near zero loss
- mission critical services
- highhh cost $$$$
- RPO/RTO real time