nerdexam
Amazon

SOA-C02 · Question #284

A company is using Amazon Elastic Container Service (Amazon ECS) to run a containerized application on Amazon EC2 instances. A SysOps administrator needs to monitor only traffic flows between the ECS

The correct answer is B. Configure VPC Flow Logs on the elastic network interface of each task. C. Specify the awsvpc network mode in the task definition.. The awsvpc network mode also provides greater security for your containers by enabling you to use security groups and network monitoring tools at a more granular level within your tasks. Because each task gets its own elastic network interface (ENI), you can also use other Amazon

Submitted by stefanr· Mar 30, 2026Monitoring, Logging, and Remediation

Question

A company is using Amazon Elastic Container Service (Amazon ECS) to run a containerized application on Amazon EC2 instances. A SysOps administrator needs to monitor only traffic flows between the ECS tasks. Which combination of steps should the SysOps administrator take to meet this requirement? (Choose two.)

Options

  • AConfigure Amazon CloudWatch Logs on the elastic network interface of each task.
  • BConfigure VPC Flow Logs on the elastic network interface of each task.
  • CSpecify the awsvpc network mode in the task definition.
  • DSpecify the bridge network mode in the task definition.
  • ESpecify the host network mode in the task definition.

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    76% (16)
  • D
    10% (2)
  • E
    5% (1)

Explanation

The awsvpc network mode also provides greater security for your containers by enabling you to use security groups and network monitoring tools at a more granular level within your tasks. Because each task gets its own elastic network interface (ENI), you can also use other Amazon EC2 networking features such as VPC Flow Logs to monitor traffic to and from your tasks. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html

Topics

#VPC Flow Logs#ECS networking#awsvpc mode#task-level monitoring

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice