Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 755 discussion

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.)

  • A. Create an Amazon SES configuration set with Amazon Kinesis Data Firehose as the destination. Choose to send logs to an Amazon S3 bucket.
  • B. Enable AWS CloudTrail logging. Specify an Amazon S3 bucket as the destination for the logs.
  • C. Use Amazon Athena to query the logs in the Amazon S3 bucket for recipient, subject, and time sent.
  • D. Create an Amazon CloudWatch log group. Configure Amazon SES to send logs to the log group.
  • E. Use Amazon Athena to query the logs in Amazon CloudWatch for recipient, subject, and time sent.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
mericov
Highly Voted 3 years ago
A / C - https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
upvoted 10 times
RVivek
2 years, 7 months ago
KinesisFirehose data type is JSON. Athena query wll not work on that. D& E id the answer. https://docs.aws.amazon.com/ses/latest/dg/monitor-using-event-publishing.html
upvoted 1 times
Byrney
1 year, 11 months ago
"Athena supports creating tables and querying data from CSV, TSV, custom-delimited, and JSON formats; data from Hadoop-related formats: ORC, Apache Avro and Parquet; logs from Logstash, AWS CloudTrail logs, and Apache WebServer logs."
upvoted 2 times
...
...
...
denccc
Highly Voted 3 years ago
B and C
upvoted 8 times
denccc
3 years ago
Change to A and C: To enable you to track your email sending at a granular level, you can set up Amazon SES to publish email sending events to Amazon CloudWatch, Amazon Kinesis Data Firehose, or Amazon Simple Notification Service based on characteristics that you define. https://docs.aws.amazon.com/ses/latest/dg/monitor-using-event-publishing.html
upvoted 1 times
denccc
3 years ago
FYI https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-configuration-sets.html
upvoted 1 times
...
...
...
dev112233xx
Most Recent 1 year, 5 months ago
Selected Answer: A
A+C is the best answer: https://aws.amazon.com/blogs/messaging-and-targeting/analyzing-amazon-ses-event-data-with-aws-analytics-services/
upvoted 1 times
...
Heer
1 year, 8 months ago
Option B & D are also relevant here and can be used for logging and then querying based on based on recipient, subject, and time sent. But the cost effect solution is Option A & C
upvoted 1 times
...
evargasbrz
1 year, 9 months ago
I'll go with A and C https://docs.aws.amazon.com/ses/latest/dg/event-publishing-add-event-destination.html https://docs.aws.amazon.com/ses/latest/dg/event-publishing-add-event-destination-firehose.html https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
upvoted 1 times
evargasbrz
1 year, 9 months ago
BTW: It's also possible to use Amazon Athena to query logs in CloudWatch Logs https://docs.aws.amazon.com/athena/latest/ug/connectors-cloudwatch.html
upvoted 1 times
...
...
pek77
1 year, 11 months ago
https://docs.aws.amazon.com/ses/latest/dg/event-publishing-add-event-destination.html AC If you simply want a running total of each type of event (for example, so that you can set an alarm when the total gets too high), you can use CloudWatch. If you want detailed event records that you can output to another service such as Amazon OpenSearch Service or Amazon Redshift for analysis, you can use Kinesis Data Firehose.
upvoted 1 times
...
Yashar1691
2 years ago
Selected Answer: D
https://docs.aws.amazon.com/athena/latest/ug/connectors-cloudwatch.html
upvoted 1 times
...
JonnyB1001
2 years, 2 months ago
https://docs.aws.amazon.com/ses/latest/dg/event-publishing-add-event-destination-cloudwatch.html Email Header – Amazon SES retrieves the dimension name and value from a header in the email. Note You can't use any of the following email headers as the Dimension Name: Received, To, From, DKIM-Signature, CC, message-id, or Return-Path...so A&C
upvoted 1 times
...
bobsmith2000
2 years, 4 months ago
It's AC. "The event destination that you choose depends on the level of detail you want about the events, and the way you want to receive the event information. If you simply want a running total of each type of event (for example, so that you can set an alarm when the total gets too high), you can use CloudWatch. If you want detailed event records that you can output to another service such as Amazon OpenSearch Service or Amazon Redshift for analysis, you can use Kinesis Data Firehose. If you want to receive notifications when certain events occur, you can use Amazon SNS." Source: https://docs.aws.amazon.com/ses/latest/dg/event-publishing-add-event-destination.html
upvoted 2 times
...
Hasitha99
2 years, 5 months ago
Selected Answer: A
Answer: A, C https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-configuration-sets.html
upvoted 2 times
...
Yasyas86
2 years, 7 months ago
Answer is A/C https://aws.amazon.com/getting-started/hands-on/build-serverless-real-time-data-processing-app-lambda-kinesis-s3-dynamodb-cognito-athena/4/#:~:text=Amazon%20Athena%20allows%20us%20to,to%20an%20Amazon%20S3%20bucket.
upvoted 1 times
...
RVivek
2 years, 7 months ago
A& C will work D& E also work Now whic combination is the best soloutiion ?
upvoted 1 times
RVivek
2 years, 7 months ago
Answer is D & E. Kinesis Firehose delivers Data in JSON format . To run Athena query JSON format should be conveted using Lambda function
upvoted 1 times
...
...
AzureDP900
2 years, 10 months ago
A,C is right
upvoted 2 times
...
cldy
2 years, 10 months ago
A. Create an Amazon SES configuration set with Amazon Kinesis Data Firehose as the destination. Choose to send logs to an Amazon S3 bucket. C. Use Amazon Athena to query the logs in the Amazon S3 bucket for recipient, subject, and time sent.
upvoted 1 times
...
acloudguru
2 years, 10 months ago
Selected Answer: C
CHoose A and C
upvoted 2 times
...
Kopa
2 years, 11 months ago
A and C https://docs.aws.amazon.com/ses/latest/dg/event-publishing-retrieving-firehose.html
upvoted 1 times
...
andylogan
2 years, 11 months ago
It's A, C
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...