AWS Base Knowledge Flashcards
Create a foundation for learning deeper AWS services, patterns and features.
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.