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 181 discussion

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

A financial services company has an application deployed on AWS that uses an Amazon Aurora PostgreSQL DB cluster. A recent audit showed that no log files contained database administrator activity. A database specialist needs to recommend a solution to provide database access and activity logs. The solution should use the least amount of effort and have a minimal impact on performance.
Which solution should the database specialist recommend?

  • A. Enable Aurora Database Activity Streams on the database in synchronous mode. Connect the Amazon Kinesis data stream to Kinesis Data Firehose. Set the Kinesis Data Firehose destination to an Amazon S3 bucket.
  • B. Create an AWS CloudTrail trail in the Region where the database runs. Associate the database activity logs with the trail.
  • C. Enable Aurora Database Activity Streams on the database in asynchronous mode. Connect the Amazon Kinesis data stream to Kinesis Data Firehose. Set the Firehose destination to an Amazon S3 bucket.
  • D. Allow connections to the DB cluster through a bastion host only. Restrict database access to the bastion host and application servers. Push the bastion host logs to Amazon CloudWatch Logs using the CloudWatch Logs agent.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Pranava_GCP
1 year, 8 months ago
Selected Answer: C
C. Enable Aurora Database Activity Streams on the database in asynchronous mode. Asynchronous mode favors database performance so to alleviate performance impact.
upvoted 1 times
...
justfmm
3 years ago
If the question states that we are able to have negligible effect on performance, should we use sync mode instead as it prioritize accuracy over performance ? Asynchronous mode favors database performance over the accuracy of the activity stream. The synchronous mode favors the accuracy of the activity stream over database performance. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.Overview.html#DBActivityStreams.Overview.sync-mode I believe the answer should be sync mode.
upvoted 1 times
...
novice_expert
3 years, 1 month ago
Selected Answer: C
- asynchronous mode because our solution should have negligible effect on performance
upvoted 2 times
...
tugboat
3 years, 3 months ago
Selected Answer: C
Async for performance
upvoted 2 times
...
jove
3 years, 6 months ago
Answer : C .. Here are the details : https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.Overview.html
upvoted 4 times
...
leunamE
3 years, 6 months ago
Option C asynchronous mode because our solution should have negligible effect on performance
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 ...