semantic-conventions/specification/resource/semantic_conventions/cloud_provider/aws/ecs.md

1.3 KiB

AWS ECS

type: aws.ecs

Description: Resources used by AWS Elastic Container Service (ECS).

Attribute Type Description Examples Required
aws.ecs.container.arn string The Amazon Resource Name (ARN) of an ECS container instance. arn:aws:ecs:us-west-1:123456789123:container/32624152-9086-4f0e-acae-1a75b14fe4d9 No
aws.ecs.cluster.arn string The ARN of an ECS cluster. arn:aws:ecs:us-west-2:123456789123:cluster/my-cluster No
aws.ecs.launchtype string The launch type for an ECS task. EC2; Fargate No
aws.ecs.task.arn string The ARN of an ECS task definition. arn:aws:ecs:us-west-1:123456789123:task/10838bed-421f-43ef-870a-f43feacbbb5b No
aws.ecs.task.family string The task definition family this task definition is a member of. opentelemetry-family No

aws.ecs.launchtype MUST be one of the following:

Value Description
EC2 ec2
Fargate fargate