10000 Foot Overview Flashcards
AWS Global Infrastructure consists of…
- Regions
- Availability Zones
- Edge Locations
What is a Region?
A Region is a geographical area.
What is an Availability Zone?
An Availability Zone (AZ) is simply a data center.
What is an Edge Location?
Edge locations are CDN endpoints for CloudFront.
Why are AZs isolated/independent from one another?
E.g. in case there is a flood in one, the other won’t be affected. Low latency between each AZ.
VPC
Virtual data center
Route53
DNS Service
CloudFront
CDN - edge locations to cache files
Direct Connect
connect physical datacenter to AWS directly using a dedicated phone line
Use Direct Connect when…
…you need a very reliable internet connection for pushing lots of data to AWS or down from AWS
EC2
virtual machines in cloud
Elastic Beanstalk
deploy code to AWS, AWS provisions infrastructure
Lambda
upload code, code will respond to events
S3
Virtual disk in the cloud where you can store objects (files). Don’t use to store DBs or OSs or apps
Glacier
Archive files from S3
EFS (Elastic File Service)
Block-based storage that you can share (can install DBs, apps, etc)
Storage Gateway
Virtual machine that connects S3 to your on-premises datacenter
RDS
relational database service
DynamoDB
nonrelational database
RedShift
data warehousing
Elasticache
cache data in cloud (takes load off of database)
Snowball
move terabytes of data into cloud
DMS
migrate on-premise database to the cloud, migrate databases inside AWS to other regions or services. no down time, can convert databases
EMR
big data processing. know what it is and how to access it