Bird
0
0

Why does AWS Fargate require the use of the awsvpc networking mode instead of bridge or host modes?

hard📝 Conceptual Q10 of 15
AWS - ECS and Fargate
Why does AWS Fargate require the use of the awsvpc networking mode instead of bridge or host modes?
ABecause bridge mode is more secure than awsvpc
BBecause Fargate assigns each task its own elastic network interface for isolation
CBecause host mode allows multiple tasks to share the same IP address
DBecause awsvpc mode disables all networking for tasks
Step-by-Step Solution
Solution:
  1. Step 1: Understand Fargate networking design

    Fargate assigns each task its own network interface (ENI) for security and isolation.
  2. Step 2: Explain why awsvpc is required

    awsvpc mode enables this per-task ENI assignment, unlike bridge or host modes.
  3. Final Answer:

    Because Fargate assigns each task its own elastic network interface for isolation -> Option B
  4. Quick Check:

    awsvpc = per-task ENI for isolation [OK]
Quick Trick: awsvpc gives each task its own network interface [OK]
Common Mistakes:
  • Thinking bridge mode is more secure
  • Believing host mode shares IP addresses safely
  • Assuming awsvpc disables networking

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes