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.
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.
What is transient storage?
This is like a queue.
What is persistent storage?
This is where data is stored even when data is powered off EBS, S3
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)
What are the 5 WAF pillars?
Reliability Preformance Cost optimization Operational excellence Security
How many support plans have AWS?
3 main support plans
- Developer
- Buisness
- Enterprise
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
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
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.
Is Route53 a global or regional service or something else?
Route53 operates from AWS edge locations.
Are ELBs regional or global?
Regional, ELBs are deployed to one or more AZ’s in a region.