Amazon ECS task metadata available for tasks on Fargate
Amazon ECS on Fargate provides a method to retrieve various metadata, network metrics,
and Docker stats
-
Task metadata endpoint version 4 – Available for tasks that use platform version 1.4.0 or later.
-
Task metadata endpoint version 3 – Available for tasks that use platform version 1.1.0 or later.
All containers belonging to tasks that are launched with the awsvpc
network mode receive a local IPv4 address within a predefined link-local address range.
When a container queries the metadata endpoint, the container agent can determine which
task the container belongs to based on its unique IP address, and metadata and stats for
that task are returned.