AWS General Flashcards
What are IOPS?
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.
What is Throuput in the context of storage?
It measures the capacity to move data to and from the storage device.
What is an ACID transaction regarding a database?
ACID is when a transaction and all its components are committed in an all-or-nothing situation.
What is the BASE consistency model?
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.
What services have BASE associated with them?
S3
DynamoDB
In a URL what is a subdomain?
A subdomain is the xxx.keith-tobin.com.
In a URL what is a subdirectory?
A subdirectory is the part of the domain after the /
Does PV AMI support enhance networking?
No only HMV AMI
What is the throughput?
How much data y
ou can move
What is network speed?
How fast you can send data
What is IOPS?
How fast you can read and write data to a device
What is ACID in a consistency model?
The ability to group transactions and have them stored all or nothing.
- Consistent - Valid
- Isolated - independent and can mess with other transactions
Durable
What is BASe in a consistency model?
- 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.
What is RAID 0
Raid 0 stripes data across disks for higher throughput
What is RAID 1
Raid 1 mirrors data on disks
What is RAID 5
Striping with parity
What is RAID 6
Striping with an extra parity
What is RAID 10
Raid 1 and 2 combilned
What is High Availability
It is the ability to recover from a failure, an example is having a second server that you failover to.
What is fault tolerance?
It is the ability of a system to keep working in the event of a failure.
What is DR?
You take that somewhere else and start again.
What are RTO and RPO?
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.
What is ephemeral storage?
This type of storage goes away when the resource is powered off. Instance stored volumes, Amazon ElasticCache.