A media broadcasting network is developing a news distribution platform. The platform has two requirements: first, it must store structured user subscription information and article metadata, allowing complex SQL queries and relational integrity; second, it must temporarily store and serve the most popular articles in memory to minimize read latency for visitors. Which AWS services should be selected to handle these data requirements? (Select TWO.)
- Amazon AuroraAnswer
- Amazon ElastiCacheAnswer
- CAmazon DynamoDB
- DAmazon Redshift
- EAmazon Simple Storage Service (Amazon S3)
Answer
Amazon Aurora and Amazon ElastiCache
Amazon Aurora provides a high-performance relational database that supports standard SQL queries and table joins, satisfying the requirement to store structured subscriptions and article metadata. Amazon ElastiCache functions as an in-memory caching layer that speeds up article access by storing popular content in RAM, reducing overall read latency.
Step-by-Step Solution
Key Concept
Selecting AWS database services based on relational query requirements and low-latency cache requirements.
Estimated Time:1m 30s