- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
associate_public_ip_address
Type: BOOLEAN
Provider name: AssociatePublicIpAddress
Description: Specifies whether to assign a public IPv4 address to the group’s instances. If the instance is launched into a default subnet, the default is to assign a public IPv4 address, unless you disabled the option to assign a public IPv4 address on the subnet. If the instance is launched into a nondefault subnet, the default is not to assign a public IPv4 address, unless you enabled the option to assign a public IPv4 address on the subnet. For more information, see Launching Auto Scaling instances in a VPC in the Amazon EC2 Auto Scaling User Guide.
block_device_mappings
Type: UNORDERED_LIST_STRUCT
Provider name: BlockDeviceMappings
Description: The block device mapping entries that define the block devices to attach to the instances at launch. By default, the block devices specified in the block device mapping for the AMI are used. For more information, see Block Device Mapping in the Amazon EC2 User Guide for Linux Instances.
device_name
STRING
DeviceName
/dev/sdh
or xvdh
). For more information, see Device naming on Linux instances in the Amazon EC2 User Guide for Linux Instances. Ebs
, NoDevice
, or VirtualName
.ebs
STRUCT
Ebs
delete_on_termination
BOOLEAN
DeleteOnTermination
true
.encrypted
BOOLEAN
Encrypted
iops
INT32
Iops
gp3
and io1
volumes, this represents the number of IOPS that are provisioned for the volume. For gp2
volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type:gp3
: 3,000-16,000 IOPSio1
: 100-64,000 IOPSio1
volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS. Iops
is supported when the volume type is gp3
or io1
and required only when the volume type is io1
. (Not used with standard
, gp2
, st1
, or sc1
volumes.)snapshot_id
STRING
SnapshotId
VolumeSize
or a SnapshotId
.throughput
INT32
Throughput
gp3
volume.volume_size
INT32
VolumeSize
gp2
and gp3
: 1-16,384io1
: 4-16,384st1
and sc1
: 125-16,384standard
: 1-1,024SnapshotId
or a VolumeSize
. If you specify both SnapshotId
and VolumeSize
, the volume size must be equal or greater than the size of the snapshot.volume_type
STRING
VolumeType
standard
| io1
| gp2
| st1
| sc1
| gp3
no_device
BOOLEAN
NoDevice
true
prevents a volume that is included in the block device mapping of the AMI from being mapped to the specified device name at launch. If NoDevice
is true
for the root device, instances might fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.virtual_name
STRING
VirtualName
ephemeral0
.classic_link_vpc_id
Type: STRING
Provider name: ClassicLinkVPCId
Description: Available for backward compatibility.
classic_link_vpc_security_groups
Type: UNORDERED_LIST_STRING
Provider name: ClassicLinkVPCSecurityGroups
Description: Available for backward compatibility.
created_time
Type: TIMESTAMP
Provider name: CreatedTime
Description: The creation date and time for the launch configuration.
ebs_optimized
Type: BOOLEAN
Provider name: EbsOptimized
Description: Specifies whether the launch configuration is optimized for EBS I/O (true
) or not (false
). For more information, see Amazon EBS-Optimized Instances in the Amazon EC2 User Guide for Linux Instances.
iam_instance_profile
Type: STRING
Provider name: IamInstanceProfile
Description: The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. The instance profile contains the IAM role. For more information, see IAM role for applications that run on Amazon EC2 instances in the Amazon EC2 Auto Scaling User Guide.
image_id
Type: STRING
Provider name: ImageId
Description: The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Find a Linux AMI in the Amazon EC2 User Guide for Linux Instances.
instance_monitoring
Type: STRUCT
Provider name: InstanceMonitoring
Description: Controls whether instances in this group are launched with detailed (true
) or basic (false
) monitoring. For more information, see Configure Monitoring for Auto Scaling Instances in the Amazon EC2 Auto Scaling User Guide.
enabled
BOOLEAN
Enabled
true
, detailed monitoring is enabled. Otherwise, basic monitoring is enabled.instance_type
Type: STRING
Provider name: InstanceType
Description: The instance type for the instances. For information about available instance types, see Available instance types in the Amazon EC2 User Guide for Linux Instances.
kernel_id
Type: STRING
Provider name: KernelId
Description: The ID of the kernel associated with the AMI.
key_name
Type: STRING
Provider name: KeyName
Description: The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon EC2 User Guide for Linux Instances.
launch_configuration_arn
Type: STRING
Provider name: LaunchConfigurationARN
Description: The Amazon Resource Name (ARN) of the launch configuration.
launch_configuration_name
Type: STRING
Provider name: LaunchConfigurationName
Description: The name of the launch configuration.
metadata_options
Type: STRUCT
Provider name: MetadataOptions
Description: The metadata options for the instances. For more information, see Configuring the Instance Metadata Options in the Amazon EC2 Auto Scaling User Guide.
http_endpoint
STRING
HttpEndpoint
enabled
. disabled
, you will not be able to access your instance metadata.http_put_response_hop_limit
INT32
HttpPutResponseHopLimit
http_tokens
STRING
HttpTokens
optional
. If the state is optional
, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned. If the state is required
, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.placement_tenancy
Type: STRING
Provider name: PlacementTenancy
Description: The tenancy of the instance, either default
or dedicated
. An instance with dedicated
tenancy runs on isolated, single-tenant hardware and can only be launched into a VPC. For more information, see Configuring instance tenancy with Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
ramdisk_id
Type: STRING
Provider name: RamdiskId
Description: The ID of the RAM disk associated with the AMI.
security_groups
Type: UNORDERED_LIST_STRING
Provider name: SecurityGroups
Description: A list that contains the security groups to assign to the instances in the Auto Scaling group. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
spot_price
Type: STRING
Provider name: SpotPrice
Description: The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot price. For more information, see Requesting Spot Instances in the Amazon EC2 Auto Scaling User Guide.
tags
Type: UNORDERED_LIST_STRING
user_data
Type: STRING
Provider name: UserData
Description: The user data to make available to the launched EC2 instances. For more information, see Instance metadata and user data (Linux) and Instance metadata and user data (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.