10000 Foot Overview - Part 2 Flashcards
S3 (Simple Storage Service)
Object based Storage
Virtual disk in the cloud where you can store objects (files: word doc, photos, powerpoint…etc).
Don’t use to store DBs, or games
Glacier
Archive files from S3
Your data is not readily available (4-5 hours to retrieve)
EFS
(Elastic File Service)
Block-based storage that you can share (can install DBs, apps, etc)
you can share the instance with multiple VMs
Storage Gateway
A Virtual machine that connects S3 to your on-premises datacenter.
RDS
relational database service- mysql, sql server, Oracle
DynamoDB
Nonrelational database- Nosql database, high performance
RedShift
data warehousing solution.
Stores big data, and allow you to run queries on it
Elasticache
cache data in cloud (takes a load off of database)
Snowball
Used to move terabytes of data into cloud
DMS
Data Migration Services
migrate an on-premise database to the AWS cloud, migrate databases inside AWS to other regions or services (Like Redshift). no down time during the migration process (via Replication) can convert databases
EMR
Elastic Map Reduce
Used to process large amounts of data.
Kinesis
It a way of streaming and analyzing real-time data on a massive scale.
Capture and store terabytes of data per hour.
Cloud Search/Elastic Search
if you need to create search capabilities for your website or applications.
Data Pipeline
allows you to move data from one place to another
ex. move data from s3 to dynamoDB