Networking for Amazon ECS

In this chapter, we will discuss the available network modes for ECS and their properties:

  • awsvpc
  • bridge
  • host
  • NAT
  • none

For more information on networking of Amazon ECS tasks hosted on Amazon EC2 instances, see Amazon ECS task networking.

Information for networking behaviour of Amazon ECS tasks hosted on AWS Fargate can be found here

Let’s get started…