Databases & Analytics Flashcards
What service is a managed relational database service for MySQL, PostgreSQL, MariaDB, Oracle BYOL, or SQL Server?
AWS RDS
Which service is an AWS proprietary fully managed relational database engine that’s compatible with MySQL and PostgreSQL?
Amazon Aurora
What is a read replica?
Replications of a database that can only be read but not written to, writing back only to the main DB, spreading out the read workload.
What is a Multi-AZ replication?
Read replicas are located in another, singular AZ in case of failure.
What is Multi-Region replication?
Read replicas are located in multiple Regions and write back, cross-region to main DB.
What service provides in-memory caching of relational databases like RDS?
ElastiCache
What service provides a fully managed, Highly Available NoSQL database (not relational) with replication across 3 AZ?
DynamoDB
Which service is a fully managed in-memory cache for DynamoDB?
DynamoDB Accelerator (DAX)
What service makes DynamoDB accessible with low-latency in multiple regions?
DynamoDB - Global Tables
What service provides OLAP data warehousing?
AWS Redshift
What AWS service is used for easily running and scaling Hadoop, Apache Spark, Hive, Presto, and other big data workloads?
AWS EMR
What is a query service AWS provides to perform analytics on S3 data and data lakes?
Amazon Athena
What business intelligence tools provides modern interactive dashboards, paginated reports, embedded analytics, and natural language queries for data and big data?
Amazon QuickSight
Amazon’s MongoDB - NoSQL, native JSON document database service.
DocumentDB
What is AWS’ fully managed graph database service?
AWS Neptune