Skip to main content

instance_attributes

Creates, updates, deletes, gets or lists an instance_attributes resource.

Overview

Nameinstance_attributes
TypeResource
Idaws.ec2.instance_attributes

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
block_device_mappingsstringThe block device mapping of the instance.
disable_api_stopstringIndicates whether stop protection is enabled for the instance.
disable_api_terminationstringIndicates whether termination protection is enabled. If the value is true, you can't terminate the instance using the Amazon EC2 console, command line tools, or API.
ebs_optimizedstringIndicates whether the instance is optimized for Amazon EBS I/O.
ena_supportstringIndicates whether enhanced networking with ENA is enabled.
enclave_optionsstringIndicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
groupsstringThe security groups associated with the instance.
instance_idstringThe ID of the instance.
instance_initiated_shutdown_behaviorstringIndicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
instance_typestringThe instance type.
kernel_idstringThe kernel ID.
product_codesstringThe product codes.
ramdisk_idstringThe RAM disk ID.
root_device_namestringThe device name of the root device volume (for example, /dev/sda1).
source_dest_checkstringIndicates whether source/destination checks are enabled.
sriov_net_supportstringIndicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
user_datastringThe user data.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_instance_attributeselectInstanceId, Attribute, regionDryRunDescribes the specified attribute of the specified instance. You can specify only one attribute at a time. Available attributes include SQL license exemption configuration for instances registered with the SQL LE service.
modify_instance_attributeupdateInstanceId, regionSourceDestCheck, EnclaveOptions, DisableApiStop, DryRun, Attribute, Value, BlockDeviceMapping, DisableApiTermination, InstanceType, Kernel, Ramdisk, UserData, InstanceInitiatedShutdownBehavior, GroupId, EbsOptimized, SriovNetSupport, EnaSupportModifies the specified attribute of the specified instance. You can specify only one attribute at a time. Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action. To modify some attributes, the instance must be stopped. For more information, see Modify a stopped instance in the Amazon EC2 User Guide.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
AttributestringThe instance attribute. Note that the enaSupport attribute is not supported.
InstanceIdstringThe ID of the instance.
regionstringAWS region (default: us-east-1)
AttributestringThe name of the attribute to modify. When changing the instance type: If the original instance type is configured for configurable bandwidth, and the desired instance type doesn't support configurable bandwidth, first set the existing bandwidth configuration to default using the ModifyInstanceNetworkPerformanceOptions operation. You can modify the following attributes only: disableApiTermination | instanceType | kernel | ramdisk | instanceInitiatedShutdownBehavior | blockDeviceMapping | userData | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport | enaSupport | nvmeSupport | disableApiStop | enclaveOptions
BlockDeviceMappingarrayModifies the DeleteOnTermination attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for DeleteOnTermination, the default is true and the volume is deleted when the instance is terminated. You can't modify the DeleteOnTermination attribute for volumes that are attached to Amazon Web Services-managed resources. To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Update the block device mapping when launching an instance in the Amazon EC2 User Guide.
DisableApiStopobjectIndicates whether an instance is enabled for stop protection. For more information, see Enable stop protection for your instance.
DisableApiTerminationobjectEnable or disable termination protection for the instance. If the value is true, you can't terminate the instance using the Amazon EC2 console, command line interface, or API. You can't enable termination protection for Spot Instances.
DryRunbooleanChecks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
EbsOptimizedobjectSpecifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.
EnaSupportobjectSet to true to enable enhanced networking with ENA for the instance. This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.
EnclaveOptionsobjectEnables or disables the instance for Amazon Web Services Nitro Enclaves. For more information, see the Amazon Web Services Nitro Enclaves User Guide.
GroupIdarrayReplaces the security groups of the instance with the specified security groups. You must specify the ID of at least one security group, even if it's just the default security group for the VPC.
InstanceInitiatedShutdownBehaviorobjectSpecifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
InstanceTypeobjectChanges the instance type to the specified value. For more information, see Instance types in the Amazon EC2 User Guide. If the instance type is not valid, the error returned is InvalidInstanceAttributeValue.
KernelobjectChanges the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.
RamdiskobjectChanges the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.
SourceDestCheckobjectEnable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.
SriovNetSupportobjectSet to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance. There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time. This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.
UserDataobjectChanges the instance's user data to the specified value. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see Work with instance user data.
ValuestringA new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.

SELECT examples

Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Available attributes include SQL license exemption configuration for instances registered with the SQL LE service.

SELECT
block_device_mappings,
disable_api_stop,
disable_api_termination,
ebs_optimized,
ena_support,
enclave_options,
groups,
instance_id,
instance_initiated_shutdown_behavior,
instance_type,
kernel_id,
product_codes,
ramdisk_id,
root_device_name,
source_dest_check,
sriov_net_support,
user_data
FROM aws.ec2.instance_attributes
WHERE InstanceId = '{{ InstanceId }}' -- required
AND Attribute = '{{ Attribute }}' -- required
AND region = '{{ region }}' -- required
AND DryRun = '{{ DryRun }}'
;

UPDATE examples

Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action. To modify some attributes, the instance must be stopped. For more information, see Modify a stopped instance in the Amazon EC2 User Guide.

UPDATE aws.ec2.instance_attributes
SET
-- No updatable properties
WHERE
InstanceId = '{{ InstanceId }}' --required
AND region = '{{ region }}' --required
AND SourceDestCheck = '{{ SourceDestCheck}}'
AND EnclaveOptions = '{{ EnclaveOptions}}'
AND DisableApiStop = '{{ DisableApiStop}}'
AND DryRun = {{ DryRun}}
AND Attribute = '{{ Attribute}}'
AND Value = '{{ Value}}'
AND BlockDeviceMapping = '{{ BlockDeviceMapping}}'
AND DisableApiTermination = '{{ DisableApiTermination}}'
AND InstanceType = '{{ InstanceType}}'
AND Kernel = '{{ Kernel}}'
AND Ramdisk = '{{ Ramdisk}}'
AND UserData = '{{ UserData}}'
AND InstanceInitiatedShutdownBehavior = '{{ InstanceInitiatedShutdownBehavior}}'
AND GroupId = '{{ GroupId}}'
AND EbsOptimized = '{{ EbsOptimized}}'
AND SriovNetSupport = '{{ SriovNetSupport}}'
AND EnaSupport = '{{ EnaSupport}}';