A media streaming company is designing a new platform on AWS. They require a fully managed database to store user profile preferences with single-digit millisecond latency at any scale. Additionally, they need a petabyte-scale data warehouse to run complex analytical queries on historical viewing habits. Which two AWS services should the company select to meet these requirements? (Select TWO.)
- Amazon DynamoDBAnswer
- Amazon RedshiftAnswer
- CAmazon RDS
- DAmazon ElastiCache
- EAmazon Aurora
Answer
Amazon DynamoDB and Amazon Redshift
The correct services are Amazon DynamoDB and Amazon Redshift. Amazon DynamoDB provides the fast, single-digit millisecond latency needed for key-value lookups such as user profile preferences. Amazon Redshift is the dedicated AWS data warehouse service designed to run complex analytical queries against massive volumes of historical data.
Step-by-Step Solution
Key Concept
AWS Database Services selection based on workload type (NoSQL key-value vs. Data Warehouse)
Estimated Time:50s