Topic 1 Question 325
2 つ選択A company uses Amazon Redshift as its data warehouse solution. The company wants to create a dashboard to view changes to the Redshift users and the queries the users perform.
Which combination of steps will meet this requirement?
Create an Amazon CloudWatch log group. Create an AWS CloudTrail trail that writes to the CloudWatch log group.
Create a new Amazon S3 bucket. Configure default audit logging on the Redshift cluster. Configure the S3 bucket as the target.
Configure the Redshift cluster database audit logging to include user activity logs. Configure Amazon CloudWatch as the target.
Create an Amazon CloudWatch dashboard that has a log widget. Configure the widget to display user details from the Redshift logs.
Create an AWS Lambda function that uses Amazon Athena to query the Redshift logs. Create an Amazon CloudWatch dashboard that has a custom widget type that uses the Lambda function.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: CD
To log users queries you need to include user activity logs which require additional setup on the Redshift cluster. So C, because it is not mentioned on B. Then to display this logs the only option is D, because E requires the logs to be on S3.
👍 4pma172024/12/04 - 正解だと思う選択肢: CD
You need to use CloudWatch for dashboard, so the target must be CloudWatch. B is wrong. CloudTrail does not record user queries. A is wrong. Use Lambda to create your own solution is not recommended, E is wrong.
👍 3tinyshare2024/11/14 - 正解だと思う選択肢: CD
audit logging can be sent to cloudwatch logs. So easier to just have them in cloudwatch and make a dashboard
👍 3Impromptu2024/11/24
シャッフルモード