read replica
a read-only copy of your database for fast querying
database
organized collection of various forms of data, necessary to persist data thru runs of an application
what are graph databases good for?
highly-connected data sets like social media networks
which amazon services does Snowball Edge natively support?
EC2 and Lambda
why are databases necessary?
to persist data thru runs of an application
which database is in memory?
ElastiCache
which database is for Mongo Documents
DocumentDB
which database is good for social networking?
Neptune
which databases are relational?
RDS and Aurora
which database option uses NoSQL
DynamoDB
Amazon RDS
Relational Database Service
Amazon Aurora
relational database compatible with MySQL and PostGres that was created by AWS
Dynamo DB
fully managed noSQL key/value and document DB
Document DB
fully managed document database that supports Mongo DB
- non-relational
ElastiCache
Redis
Redis, which stands for Remote Dictionary Server, is a fast, open-source, in-memory key-value data store for use as a database, cache, message broker, and queue. Redis now delivers sub-millisecond response times enabling millions of requests per second for real-time applications in Gaming, Ad-Tech, Financial Services, Healthcare, and IoT. Redis is a popular choice for caching, session management, gaming, leaderboards, real-time analytics, geospatial, ride-hailing, chat/messaging, media streaming, and pub/sub apps.
Amazon Neptune
fully managed graph database
which database service would you use to migrate an on-premises database to the cloud?
RDS
which database service would you use to migrate an on-premises PostGres SQL database to the cloud?
RDS with Aurora
Which database service would alleviate load for data that is accessed often?
ElastiCache
which database service can process large sets of user profiles and social interactions?
Neptune
which database service is a NoSQL database large enough to handle millions of requests per second
DynamoDB
which database service allows you to operate MongoDB workloads at scale?
Document DbB
DMS
Database Migration Service