- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
agent_connected
Type: BOOLEAN
Provider name: agentConnected
Description: This parameter returns true
if the agent is connected to Amazon ECS. An instance with an agent that may be unhealthy or stopped return false
. Only instances connected to an agent can accept task placement requests.
agent_update_status
Type: STRING
Provider name: agentUpdateStatus
Description: The status of the most recent agent update. If an update wasn’t ever requested, this value is NULL
.
attachments
Type: UNORDERED_LIST_STRUCT
Provider name: attachments
Description: The resources attached to a container instance, such as an elastic network interface.
details
UNORDERED_LIST_STRUCT
details
portName
, clientAliases
, discoveryName
, and ingressPortOverride
. For Elastic Block Storage, this includes roleArn
, deleteOnTermination
, volumeName
, volumeId
, and statusReason
(only when the attachment fails to create or attach).name
STRING
name
value
STRING
value
id
STRING
id
status
STRING
status
PRECREATED
, CREATED
, ATTACHING
, ATTACHED
, DETACHING
, DETACHED
, DELETED
, and FAILED
.type
STRING
type
ElasticNetworkInterface
, Service Connect
, and AmazonElasticBlockStorage
.attributes
Type: UNORDERED_LIST_STRUCT
Provider name: attributes
Description: The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.
name
STRING
name
name
must contain between 1 and 128 characters. The name may contain letters (uppercase and lowercase), numbers, hyphens (-), underscores (_), forward slashes (/), back slashes (), or periods (.).target_id
STRING
targetId
target_type
STRING
targetType
value
STRING
value
value
must contain between 1 and 128 characters. It can contain letters (uppercase and lowercase), numbers, hyphens (-), underscores (_), periods (.), at signs (@), forward slashes (/), back slashes (), colons (:), or spaces. The value can’t start or end with a space.capacity_provider_name
Type: STRING
Provider name: capacityProviderName
Description: The capacity provider that’s associated with the container instance.
container_instance_arn
Type: STRING
Provider name: containerInstanceArn
Description: The Amazon Resource Name (ARN) of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.
ec2_instance_id
Type: STRING
Provider name: ec2InstanceId
Description: The ID of the container instance. For Amazon EC2 instances, this value is the Amazon EC2 instance ID. For external instances, this value is the Amazon Web Services Systems Manager managed instance ID.
health_status
Type: STRUCT
Provider name: healthStatus
Description: An object representing the health status of the container instance.
details
UNORDERED_LIST_STRUCT
details
last_status_change
TIMESTAMP
lastStatusChange
last_updated
TIMESTAMP
lastUpdated
status
STRING
status
type
STRING
type
overall_status
STRING
overallStatus
pending_tasks_count
Type: INT32
Provider name: pendingTasksCount
Description: The number of tasks on the container instance that are in the PENDING
status.
registered_at
Type: TIMESTAMP
Provider name: registeredAt
Description: The Unix timestamp for the time when the container instance was registered.
registered_resources
Type: UNORDERED_LIST_STRUCT
Provider name: registeredResources
Description: For CPU and memory resource types, this parameter describes the amount of each resource that was available on the container instance when the container agent registered it with Amazon ECS. This value represents the total amount of CPU and memory that can be allocated on this container instance to tasks. For port resource types, this parameter describes the ports that were reserved by the Amazon ECS container agent when it registered the container instance with Amazon ECS.
double_value
DOUBLE
doubleValue
doubleValue
type is set, the value of the resource must be a double precision floating-point type.integer_value
INT32
integerValue
integerValue
type is set, the value of the resource must be an integer.long_value
INT64
longValue
longValue
type is set, the value of the resource must be an extended precision floating-point type.name
STRING
name
CPU
, MEMORY
, PORTS
, PORTS_UDP
, or a user-defined resource.string_set_value
UNORDERED_LIST_STRING
stringSetValue
stringSetValue
type is set, the value of the resource must be a string type.type
STRING
type
INTEGER
, DOUBLE
, LONG
, or STRINGSET
.remaining_resources
Type: UNORDERED_LIST_STRUCT
Provider name: remainingResources
Description: For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn’t already allocated to tasks and is therefore available for new tasks. For port resource types, this parameter describes the ports that were reserved by the Amazon ECS container agent (at instance registration time) and any task containers that have reserved port mappings on the host (with the host
or bridge
network mode). Any port that’s not specified here is available for new tasks.
double_value
DOUBLE
doubleValue
doubleValue
type is set, the value of the resource must be a double precision floating-point type.integer_value
INT32
integerValue
integerValue
type is set, the value of the resource must be an integer.long_value
INT64
longValue
longValue
type is set, the value of the resource must be an extended precision floating-point type.name
STRING
name
CPU
, MEMORY
, PORTS
, PORTS_UDP
, or a user-defined resource.string_set_value
UNORDERED_LIST_STRING
stringSetValue
stringSetValue
type is set, the value of the resource must be a string type.type
STRING
type
INTEGER
, DOUBLE
, LONG
, or STRINGSET
.running_tasks_count
Type: INT32
Provider name: runningTasksCount
Description: The number of tasks on the container instance that have a desired status (desiredStatus
) of RUNNING
.
status
Type: STRING
Provider name: status
Description: The status of the container instance. The valid values are REGISTERING
, REGISTRATION_FAILED
, ACTIVE
, INACTIVE
, DEREGISTERING
, or DRAINING
. If your account has opted in to the awsvpcTrunking
account setting, then any newly registered container instance will transition to a REGISTERING
status while the trunk elastic network interface is provisioned for the instance. If the registration fails, the instance will transition to a REGISTRATION_FAILED
status. You can describe the container instance and see the reason for failure in the statusReason
parameter. Once the container instance is terminated, the instance transitions to a DEREGISTERING
status while the trunk elastic network interface is deprovisioned. The instance then transitions to an INACTIVE
status. The ACTIVE
status indicates that the container instance can accept tasks. The DRAINING
indicates that new tasks aren’t placed on the container instance and any service tasks running on the container instance are removed if possible. For more information, see Container instance draining in the Amazon Elastic Container Service Developer Guide.
status_reason
Type: STRING
Provider name: statusReason
Description: The reason that the container instance reached its current status.
tags
Type: UNORDERED_LIST_STRING
version
Type: INT64
Provider name: version
Description: The version counter for the container instance. Every time a container instance experiences a change that triggers a CloudWatch event, the version counter is incremented. If you’re replicating your Amazon ECS container instance state with CloudWatch Events, you can compare the version of a container instance reported by the Amazon ECS APIs with the version reported in CloudWatch Events for the container instance (inside the detail
object) to verify that the version in your event stream is current.
version_info
Type: STRUCT
Provider name: versionInfo
Description: The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
agent_hash
STRING
agentHash
agent_version
STRING
agentVersion
docker_version
STRING
dockerVersion