exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 218 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 218
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company uses Amazon Aurora MySQL as the primary database engine for many of its applications. A database specialist must create a dashboard to provide the company with information about user connections to databases. According to compliance requirements, the company must retain all connection logs for at least 7 years.
Which solution will meet these requirements MOST cost-effectively?

  • A. Enable advanced auditing on the Aurora cluster to log CONNECT events. Export audit logs from Amazon CloudWatch to Amazon S3 by using an AWS Lambda function that is invoked by an Amazon EventBridge (Amazon CloudWatch Events) scheduled event. Build a dashboard by using Amazon QuickSight.
  • B. Capture connection attempts to the Aurora cluster with AWS Cloud Trail by using the DescribeEvents API operation. Create a CloudTrail trail to export connection logs to Amazon S3. Build a dashboard by using Amazon QuickSight.
  • C. Start a database activity stream for the Aurora cluster. Push the activity records to an Amazon Kinesis data stream. Build a dynamic dashboard by using AWS Lambda.
  • D. Publish the DatabaseConnections metric for the Aurora DB instances to Amazon CloudWatch. Build a dashboard by using CloudWatch dashboards.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mbar94
Highly Voted 2 years, 9 months ago
Selected Answer: A
It's A, any thoughts? https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Auditing.html
upvoted 7 times
...
Germaneli
Most Recent 1 year, 8 months ago
Selected Answer: A
A. Reasonable solution: Advanced auditing -> CloudWatch -> CloudWatch Events -> S3 -> QuickSight. x B. Sounds like a lot of manual work. AWS offers more automation than that. x C. A dynamic dashboard by using AWS Lambda? Funny idea. And where is the data stored for 7 years then? x D. Doesn't even mention data storage for 7 years.
upvoted 2 times
...
Pranava_GCP
1 year, 9 months ago
Selected Answer: A
A. Enable advanced auditing on the Aurora cluster to log CONNECT events. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Auditing.html
upvoted 2 times
...
navkumin
1 year, 11 months ago
Why not D?
upvoted 1 times
FarhatRV
1 year, 11 months ago
As DatabaseConnections metric just shows the number of connections, not the audit of who connected.
upvoted 4 times
...
...
Sathish_dbs
2 years, 5 months ago
A is right may be. B is wrong cuz DescribeEvents API operation - does not return login details
upvoted 1 times
...
examineme
2 years, 6 months ago
Selected Answer: A
A is absolutely Correct
upvoted 1 times
...
SonamDhingra
2 years, 8 months ago
Selected Answer: A
A is correct
upvoted 2 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 ...