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 AuroraCevap
- Amazon ElastiCacheCevap
- CAmazon DynamoDB
- DAmazon Redshift
- EAmazon Simple Storage Service (Amazon S3)
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Selecting AWS database services based on relational query requirements and low-latency cache requirements.
Tahmini Süre:1m 30s