How to Detect and Alert on AWS Root User Activity
A security engineer wants to detect and alert on AWS account root user activity. Which THREE services can be used together to achieve this? (Select THREE.)
Quick Answer
Detecting and alerting on root user activity depends on a chain of services where each hands off to the next: CloudTrail actually records every API call made by the root user, since root activity is logged just like any other principal's. From there, Amazon CloudWatch Logs comes into play because CloudTrail can deliver its events into a CloudWatch Logs group, making root-user activity queryable and filterable in near real time rather than only available as static log files in S3. Amazon CloudWatch Events, now EventBridge, turns a specific event, such as any API call made by the root user, into an action, matching a rule against the CloudTrail-sourced event and triggering a notification through SNS or a remediation step through Lambda. The concept to hold onto is that root-user monitoring is rarely a single service's job; it is a pipeline where CloudTrail supplies the raw event data, CloudWatch Logs or EventBridge watches for a specific pattern such as a root login or API call, and SNS or Lambda delivers the alert. Whenever a question asks which THREE services combine to detect and alert on a specific kind of account activity, expect a logging source, a matching or filtering mechanism, and a notification target, rather than a single all-in-one service.
⚠ Common exam trap
Test-takers frequently think Amazon GuardDuty is the correct choice because it detects threats, but it does not provide a native, customizable alerting mechanism for root user activity; instead, the combination of CloudTrail, EventBridge, and CloudWatch Logs is the standard AWS-recommended approach.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Amazon CloudWatch Events (EventBridge)
Amazon CloudWatch Events (EventBridge) is correct because it can be used to create a rule that matches specific API calls recorded by AWS CloudTrail. When the root user performs an action, CloudTrail logs the event, and EventBridge can trigger a notification (e.g., via SNS or Lambda) based on that event. This combination allows real-time detection and alerting of root user activity.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
AWS Config
Why it's wrong here
Config records resource state, not API calls.
- ✓
Amazon CloudWatch Events (EventBridge)
Why this is correct
CloudWatch Events can filter and alert on root user events.
- ✓
AWS CloudTrail
Why this is correct
CloudTrail records root user API calls.
- ✓
Amazon CloudWatch Logs
Why this is correct
CloudTrail logs can be sent to CloudWatch Logs.
- ✗
Amazon GuardDuty
Why it's wrong here
GuardDuty does not monitor root user activity.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
About these practice questions
This SCS-C02 question is part of Courseiva's 376-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on SCS-C02
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company needs to be alerted when root account credentials are used in their AWS account. Which service should be used to create a metric filter and alarm for this event?
easy- A.Amazon GuardDuty
- B.AWS Config
- C.AWS CloudTrail
- ✓ D.Amazon CloudWatch Logs
Why D: Amazon CloudWatch Logs can monitor CloudTrail log events for root account usage by creating a metric filter that matches the `userIdentity.type` field with a value of `Root`. When the filter detects a match, it triggers a CloudWatch alarm to notify the operations team. This is the standard AWS-recommended approach for alerting on root activity.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SCS-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SCS-C02 exam.