SAP-C02 第 523 题
题目
A travel company built a web application that uses Amazon Simple Email Service (Amazon SES) to send email notifications to users. The company needs to enable logging to help troubleshoot email delivery issues. The company also needs the ability to do searches that are based on recipient, subject, and time sent. Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)
中文翻译:
一家旅游公司构建了一个 Web 应用程序,该应用程序使用 Amazon Simple Email Service (Amazon SES) 向用户发送电子邮件通知。该公司需要启用日志记录以帮助解决电子邮件传送问题。该公司还需要能够根据收件人、主题和发送时间进行搜索。解决方案架构师应该采取哪些步骤组合来满足这些要求? (选择两个。)
选项
A. Create an Amazon SES configuration set with Amazon Data Firehose as the destination. Choose to send logs to an Amazon S3 bucket.
中文翻译:
创建 Amazon SES 配置集,并将 Amazon Data Firehose 作为目标。选择将日志发送到 Amazon S3 存储桶。
B. Enable AWS CloudTrail logging. Specify an Amazon S3 bucket as the destination for the logs.
中文翻译:
启用 AWS CloudTrail 日志记录。指定 Amazon S3 存储桶作为日志的目标。
C. Use Amazon Athena to query the logs in the Amazon S3 bucket for recipient, subject, and time sent.
中文翻译:
使用 Amazon Athena 查询 Amazon S3 存储桶中的日志以了解收件人、主题和发送时间。
D. Create an Amazon CloudWatch log group. Configure Amazon SES to send logs to the log group.
中文翻译:
创建 Amazon CloudWatch 日志组。配置 Amazon SES 以将日志发送到日志组。
E. Use Amazon Athena to query the logs in Amazon CloudWatch for recipient, subject, and time sent.
中文翻译:
使用 Amazon Athena 查询 Amazon CloudWatch 中的日志以了解收件人、主题和发送时间。
答案
AC
解析
正确答案:AC 解析: 本题应选择 AC。 正确选项: A. 创建 Amazon SES 配置集,并将 Amazon Data Firehose 作为目标。选择将日志发送到 Amazon S3 存储桶。 C. 使用 Amazon Athena 查询 Amazon S3 存储桶中的日志以了解收件人、主题和发送时间。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运...