- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Use the EC2 component to represent elastic compute instances 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 of a EC2 block:
{
"type": "ec2",
"id": "d2ee1b7c-4368-4384-81dc-19c9c7866623",
"region": "us-west-1",
"mapPos": [3, 9],
"transparent": false,
"platform": "linux",
"instanceType": "t3a",
"instanceSize": "xlarge",
"billingOptions": {
"type": "si",
"utilization": 0.42
},
"color": {
"isometric": "#e6e7e8",
"2d": "#e6e7e8"
},
"accentColor": {
"isometric": "#4286c5",
"2d": "#4286c5"
},
"link": "blueprint://ae6349e1-fa15-41c8-8e89-d201f9fa3cc9",
"locked": true
}
uuid
format.cn-
regions.true
, the component is semi-transparent in the 3D view. It has no effect in the 2D view.blueprint://ID
format or to an external website using the https://LINK
format.true
, changes made to the component using the application are disabled until unlocked.The EC2 component can be added to VPCs, security groups, auto scaling groups, and subnets.
platform
The platform
key accepts the following values:
linux, linuxSQL, linuxSQLWeb, linuxSQLEnterprise, rhel, sles, mswin, mswinSQL, mswinSQLWeb, mswinSQLEnterprise
instanceType
The instanceType
key accepts the following values:
a1, c1, c3, c4, c5, c5a, c5ad, c5d, c5n, c6g, c6gd, c6gn, cc2, cr1, d2, d3, d3en, f1, g2, g3, g3s, g4ad, g4dn, h1, hs1, i2, i3, i3en, inf1, m1, m2, m3, m4, m5, m5a, m5ad, m5d, m5dn, m5n, m5zn, m6g, m6gd, p2, p3, p3dn, p4d, r3, r4, r5, r5a, r5ad, r5b, r5d, r5dn, r5n, r6g, r6gd, t1, t2, t3, t3a, t4g, x1, x1e, z1d
instanceSize
The instanceSize
key accepts the following values:
micro, nano, small, medium, large, xlarge, 2xlarge, 3xlarge, 4xlarge, 6xlarge, 8xlarge, 9xlarge, 10xlarge, 12xlarge, 16xlarge, 18xlarge, 24xlarge, 32xlarge, metal
billingOptions
The billingOptions
key supports all billing options that are accepted by Cloudcraft:
Each option is represented differently in the billingOptions
object.
{
"billingOptions": {
"type": "od",
"utilization": 1
}
}
od
.{
"billingOptions": {
"type": "ri",
"leaseContractLength": 36,
"purchaseOption": "Partial Upfront",
"offeringClass": "convertible"
}
}
ri
.No Upfront
, Partial Upfront
, and All Upfront
.standard
and convertible
.{
"billingOptions": {
"type": "si",
"utilization": 0.42
}
}
si
.