Amazon ECS task metadata available for tasks on Amazon ECS Managed Instances
Amazon ECS on Amazon ECS Managed Instances provides a method to retrieve various metadata, network metrics,
and Docker stats
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.