更新时间: 试题数量: 购买人数: 提供作者:

有效期: 个月

章节介绍: 共有个章节

收藏
搜索
题库预览

A solutions architect is developing a solution that will allow users to browse a collection of photos and make requests for customized images. Parameters for image customisation will be included in each request made to an AWS API Gateway API. The personalized picture will be created on demand, and consumers will get a link to see or download it. The solution must be very user-friendly in terms of viewing and modifying photos.

Which approach is the MOST cost-effective in meeting these requirements?

一个解决方案的架构师正在开发一个解决方案,该方案将允许用户浏览照片集,并提出定制图片的请求。图片定制的参数将包括在向AWS API网关API提出的每个请求中。个性化的图片将按需创建,消费者将得到一个链接来查看或下载它。该解决方案在查看和修改照片方面必须非常方便用户。

在满足这些要求方面,哪种方法的成本效益最高?

A

使用亚马逊EC2实例,将原始图像处理成所要求的定制。在Amazon S3中存储原始图像和操作过的图像。在EC2实例的前面配置一个弹性负载平衡器。

B

使用AWS Lambda将原始图像处理成所要求的定制。在Amazon S3中存储原始图像和操作过的图像。配置一个以S3桶为原点的Amazon CloudFront分发。

C

使用AWS Lambda对原始图像进行操作,以达到要求的定制。将原始图像存储在Amazon S3中,将处理后的图像存储在Amazon DynamoDB中。在亚马逊EC2实例前配置一个弹性负载平衡器。

D

使用Amazon EC2实例将原始图像处理成所要求的定制。在Amazon S3中存储原始图像,在Amazon DynamoDB中存储处理后的图像。配置一个以S3桶为原点的Amazon CloudFront分布。