DescribeInstanceAttribute
GET /?Action=DescribeInstanceAttribute
Description
Describes a specified attribute of an instance.
You can specify only one attribute at a time. You can describe the sourceDestCheck attribute only if the instance is in a Virtual Private Cloud (VPC).
| Note | If you exceed the number of identical requests allowed for a configured time period, the  | 
Body parameter
Required: false
Name: DescribeInstanceAttributeRequest
| Name | Description | Required | Schema | Default | Example | 
|---|---|---|---|---|---|
| Attribute | The instance attribute ( | true | string | ||
| InstanceId | The ID of the instance. | true | string | 
Responses
HTTP Code 200
| HTTP Code | Description | Schema | 
|---|---|---|
| 200 | InstanceAttribute | 
Response 200
| Name | Description | Required | Schema | Default | Example | 
|---|---|---|---|---|---|
| blockDeviceMapping.N | The block device mapping of the instance. | false | |||
| disableApiTermination | If  | false | |||
| ebsOptimized | Indicates whether the instance is optimized for BSU I/O. | false | |||
| groupSet.N | The security groups associated with the instance. | false | |||
| instanceId | The ID of the instance. | false | string | ||
| instanceInitiatedShutdownBehavior | Indicates whether the instance stops, terminates or restarts when you stop or terminate it. | false | |||
| instanceType | The type of instance. | false | |||
| ramdisk | The ID of the RAM disk. | false | |||
| requestId | The ID of the request. | false | string | ||
| rootDeviceName | The name of the root device. | false | |||
| sourceDestCheck | (VPC only) If  | false | |||
| userData | The Base64-encoded MIME user data. | false |