Which combination of steps should a solutions architect take to meet these requirements?
(Choose two.)
Create an Amazon SES configuration set with Amazon Data Firehose as the destination. Choose to send logs to an Amazon S3 bucket.
Enable AWS CloudTrail logging. Specify an Amazon S3 bucket as the destination for the logs.
Use Amazon Athena to query the logs in the Amazon S3 bucket for recipient, subject, and time sent.
Create an Amazon CloudWatch log group. Configure Amazon SES to send logs to the log group.
Use Amazon Athena to query the logs in Amazon CloudWatch for recipient, subject, and time sent.
Explanations:
Creating an Amazon SES configuration set with Amazon Kinesis Data Firehose and specifying an Amazon S3 bucket as the destination allows the application to log email events to S3, enabling analysis of email delivery details.
AWS CloudTrail primarily logs API calls made within AWS, not specific email events or email delivery details from SES.
Amazon Athena can query data stored in Amazon S3, allowing for search by recipient, subject, and time sent for email delivery analysis.
SES does not support direct logging to CloudWatch Logs groups for email event tracking; it requires Firehose or S3.
Athena cannot directly query data from CloudWatch Logs; it requires data to be in S3.