- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Use the ECS Task component to visualize Amazon ECS tasks from your Amazon Web Services architecture.
Use the toolbar to configure and customize the component. The following options are available:
Use the Cloudcraft API to programmatically access and render your architecture diagrams as JSON objects.
The following is an example JSON object of a ECS Task component:
{
"type": "ecstask",
"id": "d76098b3-0d07-4362-80c9-018e474bb910",
"arn": "arn:aws:ecs:us-east-1:746399320916:task/ecs-cluster/9790893504785954834",
"region": "us-west-2",
"mapPos": [7.5,3],
"launchType": "fargate",
"cpu": "256",
"memoryGB": "0.5",
"storageGB": 20,
"color": {
"isometric": "#ffeb3b",
"2d": "#ffeb3b"
},
"link": "https://aws.amazon.com/ecs/",
"locked": true
}
ecstask
for this component.fargate
or ec2
. Defaults to ec2
.256
.0.5
.20
and 200
. Defaults to 20
.#ececed
for EC2 and #3c3c3c
for Fargate.#d86613
.blueprint://
or https://
.false
.cpu
The cpu
key accepts the following values:
256, 512, 1024, 2048, 4096
Note: This key does not do anything if you set launchType
to ec2
.
memoryGB
The memoryGB
key accepts the following values:
0.5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
Note: This key does not do anything if you set launchType
to ec2
.
cpu
and memoryGB
The cpu
and memoryGB
keys together determine the size of your task, but you must provide a valid combination of values.
The table below shows which combinations are valid.
CPU | memoryGB |
---|---|
256 | 0.5, 1, 2 |
512 | {1..4} |
1024 | {2..8} |
2048 | {4..16} |
4096 | {8..30} |