Courseiva
Network Security, Compliance and GovernancemediumMultiple ChoiceObjective-mapped

ANS-C01 Network Security, Compliance and Governance Practice Question

Exhibit

Refer to the exhibit.

Exhibit: CloudWatch Logs Log Entry
```
{
  "eventVersion": "1.08",
  "userIdentity": {
    "type": "Root",
    "principalId": "123456789012",
    "arn": "arn:aws:iam::123456789012:root",
    "accountId": "123456789012"
  },
  "eventTime": "2023-11-01T12:00:00Z",
  "eventSource": "ec2.amazonaws.com",
  "eventName": "CreateSecurityGroup",
  "awsRegion": "us-east-1",
  "sourceIPAddress": "203.0.113.5",
  "userAgent": "console.amazonaws.com",
  "requestParameters": {
    "groupName": "test-sg",
    "groupDescription": "Test security group"
  },
  "responseElements": {
    "groupId": "sg-12345678"
  }
}
```

A security engineer reviews the CloudTrail log entry above. What security concern does this event raise?

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

The root user is being used to perform administrative actions.

The event shows the AWS root user creating a security group. Best practice is to not use root for daily tasks. The source IP is external, but that is not necessarily a concern. The security group name is not the issue. The region is us-east-1, not a concern.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The root user is being used to perform administrative actions.

    Why this is correct

    Root user should not be used for daily operations; IAM users should be used.

  • The security group was created with a permissive name.

    Why it's wrong here

    The name is not a security concern.

  • The event took place in a region that is not used by the company.

    Why it's wrong here

    There is no indication the region is not used.

  • The event originated from an external IP address.

    Why it's wrong here

    External IP could be expected if accessing via console.

About these practice questions

One of 1,621 original ANS-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This ANS-C01 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 ANS-C01 exam.