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

Exam AWS Certified DevOps Engineer - Professional DOP-C02 All Questions

View all questions & answers for the AWS Certified DevOps Engineer - Professional DOP-C02 exam

Exam AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 230 discussion

A company uses AWS Organizations to manage its AWS accounts. The company wants its monitoring system to receive an alert when a root user logs in. The company also needs a dashboard to display any log activity that the root user generates.

Which combination of steps will meet these requirements? (Choose three.)

  • A. Enable AWS Config with a multi-account aggregator. Configure log forwarding to Amazon CloudWatch Logs.
  • B. Create an Amazon QuickSight dashboard that uses an Amazon CloudWatch Logs query.
  • C. Create an Amazon CloudWatch Logs metric filter to match root user login events. Configure a CloudWatch alarm and an Amazon Simple Notification Service (Amazon SNS) topic to send alerts to the company's monitoring system.
  • D. Create an Amazon CloudWatch Logs subscription filter to match root user login events. Configure the filter to forward events to an Amazon Simple Notification Service (Amazon SNS) topic. Configure the SNS topic to send alerts to the company's monitoring system.
  • E. Create an AWS CloudTrail organization trail. Configure the organization trail to send events to Amazon CloudWatch Logs.
  • F. Create an Amazon CloudWatch dashboard that uses a CloudWatch Logs Insights query.
Show Suggested Answer Hide Answer
Suggested Answer: CEF 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
jamesf
2 months, 2 weeks ago
Selected Answer: CEF
Option E: Use CloudTrail to capture and forward root user activities. Option C: Set up metric filters and alarms to alert on root user login events. Option F: Create a CloudWatch dashboard for visualizing root user activities. Additional Note: CloudWatch Logs Subscription Filter: - Real-time processing of log events, but typically used for streaming log data to other services like AWS Lambda or Elasticsearch. - Not necessary for the specific task of alerting on root user login events. AWS Config is not directly relevant to capturing and forwarding root user login events to CloudWatch Logs.
upvoted 1 times
...
tgv
3 months ago
---> CEF
upvoted 1 times
...
TEC1
3 months ago
Selected Answer: CEF
E- AWS CloudTrail will log all activities, including root user logins, across all accounts in the organisation. Sending these logs to CloudWatch Logs enables further processing and analysis. C- Creating a metric filter to detect root user login events will allow you to trigger a CloudWatch alarm. The alarm can then send notifications via SNS to the company's monitoring system, ensuring real-time alerts for root user logins. F- Using CloudWatch Logs Insights, you can create queries to extract and visualise log data related to root user activity. This data can be displayed on a CloudWatch dashboard, providing a centralised view of root user actions.
upvoted 2 times
...
trungtd
3 months ago
Selected Answer: CEF
E first, then C, and the last is F E ensures that all events, including root user login events, are captured across all accounts in the organization. By sending these events to CloudWatch Logs, you centralize the logging data, making it accessible for further processing. C creating a metric filter in CloudWatch Logs to detect specific patterns in the log data, such as root user login events. F creating a CloudWatch dashboard that utilizes CloudWatch Logs Insights to query and visualize the log data. This dashboard can be used to display detailed information about root user login activity and other relevant log events.
upvoted 2 times
...
KaranNishad
3 months, 3 weeks ago
Selected Answer: CEF
Correct answer.
upvoted 4 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 ...