AWS General Flashcards

1
Q

What are IOPS?

A

OPS (Input/Output Operations Per Second) measures the speed of a storage device.
It indicates how many read/write operations a device can perform each second.
Higher IOPS means better performance, especially for high-demand applications.

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

What is Throuput in the context of storage?

A

It measures the capacity to move data to and from the storage device.

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

What is an ACID transaction regarding a database?

A

ACID is when a transaction and all its components are committed in an all-or-nothing situation.

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

What is the BASE consistency model?

A

Basic availability - values available even when stale.

Soft-state might not be instantly consistent across stores.

Eventual consistency will be achieved at some point in time.

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

What services have BASE associated with them?

A

S3
DynamoDB

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

In a URL what is a subdomain?

A

A subdomain is the xxx.keith-tobin.com.

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

In a URL what is a subdirectory?

A

A subdirectory is the part of the domain after the /

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

Does PV AMI support enhance networking?

A

No only HMV AMI

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

What is the throughput?

A

How much data y

ou can move

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

What is network speed?

A

How fast you can send data

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

What is IOPS?

A

How fast you can read and write data to a device

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

What is ACID in a consistency model?

A

The ability to group transactions and have them stored all or nothing.
- Consistent - Valid
- Isolated - independent and can mess with other transactions
Durable

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

What is BASe in a consistency model?

A
  • Basic availability - values availability even if data is stale.
  • Soft state - may instantly not be consistent across all stores
  • Eventual consistency - will achieve consistency across all stores eventually.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is RAID 0

A

Raid 0 stripes data across disks for higher throughput

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

What is RAID 1

A

Raid 1 mirrors data on disks

17
Q

What is RAID 5

A

Striping with parity

18
Q

What is RAID 6

A

Striping with an extra parity

19
Q

What is RAID 10

A

Raid 1 and 2 combilned

20
Q

What is High Availability

A

It is the ability to recover from a failure, an example is having a second server that you failover to.

21
Q

What is fault tolerance?

A

It is the ability of a system to keep working in the event of a failure.

22
Q

What is DR?

A

You take that somewhere else and start again.

23
Q

What are RTO and RPO?

A

RPO is the recovery point, this is the time between last backup and the outage. RTO is recovery time, this is the time taken to recover from an outage.

24
Q

What is ephemeral storage?

A

This type of storage goes away when the resource is powered off. Instance stored volumes, Amazon ElasticCache.

25
What is transient storage?
This is like a queue.
26
What is persistent storage?
This is where data is stored even when data is powered off EBS, S3
27
What are the 7 OSI layers?
``` Application (HTTP) Presentation (SSL) Session (socket) Transport (TCP Port) Network (IP 192.168.0.1) Data Link (Frames) Physical (physical ethernet) ```
28
What are the 5 WAF pillars?
``` Reliability Preformance Cost optimization Operational excellence Security ```
29
How many support plans have AWS?
3 main support plans - Developer - Buisness - Enterprise
30
What types of storage have we in AWS?
- EBS: Instances storage - -gp2: General purpose storage, SSD, burst) - - io1: provisioned - -st1: HDFS, write throughput, larger then GP2 - -st2: Block archive - S3 - -Standard - -Standard IA - -Zone IA - -Reduce redundancy - -Intelligent tiering - -Glacier - -FSx (SMB, Windows) - -EFS (NFS 4) - -Storage GW
31
I have data stored in S3 and I need to transform it and push the transformed data to DynamoDB, what AWS service would I use?
AWS Glue
32
Is s3 a global or regional service?
It is a global service with regional storage. Data is stored across multiple AZs within a single region, 3 or more AZ's. For OneZone their data is only stored in a single zone.
33
Is Route53 a global or regional service or something else?
Route53 operates from AWS edge locations.
34
Are ELBs regional or global?
Regional, ELBs are deployed to one or more AZ's in a region.