A gaming company is developing a new online multiplayer game. The system architecture requires two specific capabilities: an in-memory caching layer to store active player session states with sub-millisecond response times, and a fully managed relational database to handle structured player account transaction records.
Which AWS services should the company select to meet these requirements? (Select TWO.)
- Amazon ElastiCacheCevap
- Amazon Relational Database Service (Amazon RDS)Cevap
- CAmazon DynamoDB
- DAmazon Redshift
- EAmazon Simple Storage Service (Amazon S3)
Cevap
Amazon ElastiCache and Amazon Relational Database Service (Amazon RDS)
Amazon ElastiCache is the correct selection for the caching layer because it provides a fully managed, in-memory data store with sub-millisecond response times. Amazon Relational Database Service (Amazon RDS) is the correct selection for the transaction database because it is a managed relational database service capable of structured player transaction records with full transactional support.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate AWS database, caching, and storage services based on access speed and structured data requirements.