您的位置:首页 > 运维架构 > 网站架构

亚马逊云AWS认证助理架构师题库第八题

2019-03-26 15:25 218 查看

题目

A popular mobile game uses CloudFront, Lambda, and DynamoDB for its backend services. The player data is persisted on a DynamoDB table and the static assets are distributed by CloudFront. However, there are a lot of complaints that saving and retrieving player information is taking a lot of time. To improve the game’s performance, which AWS service can you use to reduce DynamoDB response times from milliseconds to microseconds?
————————————————————————
A. AWS ElastiCache Memcached
B. Amazon Simple Storage Service
C. Amazon EC2 Instance Storage
D. Amazon DynamoDB NextGen
E. Amazon DynamoDB Accelerator (DAX)

注释

Amazon DynamoDB 加速器(DAX) 是一种完全托管、高可用性的内存中缓存, 可以将 Amazon DynamoDB 的响应时间从毫秒缩短到微秒, 即使每秒请求数以百万计。
选项4是不正确的, 因为没有这样的事情, 如亚马逊 DynamoDB NextGen。
选项1、2和3不正确, 因为它们不能减少 Amazon DynamoDB 响应时间。

相关链接:
https://aws.amazon.com/dynamodb/

答案

E

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: