Struct aws_sdk_ec2::client::fluent_builders::RunInstances
source · pub struct RunInstances { /* private fields */ }
Expand description
Fluent builder constructing a request to RunInstances
.
Launches the specified number of instances using an AMI for which you have permissions.
You can specify a number of options, or leave the default options. The following rules apply:
-
[EC2-VPC] If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request.
-
[EC2-Classic] If don't specify an Availability Zone, we choose one for you.
-
Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC.
-
[EC2-VPC] All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet.
-
Not all instance types support IPv6 addresses. For more information, see Instance types.
-
If you don't specify a security group ID, we use the default security group. For more information, see Security groups.
-
If any of the AMIs have a product code attached for which the user has not subscribed, the request fails.
You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances
, you can specify the launch template instead of specifying the launch parameters.
To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances.
An instance is ready for you to use when it's in the running
state. You can check the state of your instance using DescribeInstances
. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags
and Tagging your Amazon EC2 resources.
Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs.
For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance.
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide.
Implementations§
source§impl RunInstances
impl RunInstances
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<RunInstances, AwsResponseRetryClassifier>, SdkError<RunInstancesError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<RunInstances, AwsResponseRetryClassifier>, SdkError<RunInstancesError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<RunInstancesOutput, SdkError<RunInstancesError>>
pub async fn send(
self
) -> Result<RunInstancesOutput, SdkError<RunInstancesError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn block_device_mappings(self, input: BlockDeviceMapping) -> Self
pub fn block_device_mappings(self, input: BlockDeviceMapping) -> Self
Appends an item to BlockDeviceMappings
.
To override the contents of this collection use set_block_device_mappings
.
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.
sourcepub fn set_block_device_mappings(
self,
input: Option<Vec<BlockDeviceMapping>>
) -> Self
pub fn set_block_device_mappings(
self,
input: Option<Vec<BlockDeviceMapping>>
) -> Self
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.
sourcepub fn image_id(self, input: impl Into<String>) -> Self
pub fn image_id(self, input: impl Into<String>) -> Self
The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.
sourcepub fn set_image_id(self, input: Option<String>) -> Self
pub fn set_image_id(self, input: Option<String>) -> Self
The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.
sourcepub fn instance_type(self, input: InstanceType) -> Self
pub fn instance_type(self, input: InstanceType) -> Self
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
Default: m1.small
sourcepub fn set_instance_type(self, input: Option<InstanceType>) -> Self
pub fn set_instance_type(self, input: Option<InstanceType>) -> Self
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
Default: m1.small
sourcepub fn ipv6_address_count(self, input: i32) -> Self
pub fn ipv6_address_count(self, input: i32) -> Self
[EC2-VPC] The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn set_ipv6_address_count(self, input: Option<i32>) -> Self
pub fn set_ipv6_address_count(self, input: Option<i32>) -> Self
[EC2-VPC] The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn ipv6_addresses(self, input: InstanceIpv6Address) -> Self
pub fn ipv6_addresses(self, input: InstanceIpv6Address) -> Self
Appends an item to Ipv6Addresses
.
To override the contents of this collection use set_ipv6_addresses
.
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn set_ipv6_addresses(self, input: Option<Vec<InstanceIpv6Address>>) -> Self
pub fn set_ipv6_addresses(self, input: Option<Vec<InstanceIpv6Address>>) -> Self
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn kernel_id(self, input: impl Into<String>) -> Self
pub fn kernel_id(self, input: impl Into<String>) -> Self
The ID of the kernel.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
sourcepub fn set_kernel_id(self, input: Option<String>) -> Self
pub fn set_kernel_id(self, input: Option<String>) -> Self
The ID of the kernel.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
sourcepub fn key_name(self, input: impl Into<String>) -> Self
pub fn key_name(self, input: impl Into<String>) -> Self
The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.
If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.
sourcepub fn set_key_name(self, input: Option<String>) -> Self
pub fn set_key_name(self, input: Option<String>) -> Self
The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.
If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.
sourcepub fn max_count(self, input: i32) -> Self
pub fn max_count(self, input: i32) -> Self
The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.
sourcepub fn set_max_count(self, input: Option<i32>) -> Self
pub fn set_max_count(self, input: Option<i32>) -> Self
The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.
sourcepub fn min_count(self, input: i32) -> Self
pub fn min_count(self, input: i32) -> Self
The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
sourcepub fn set_min_count(self, input: Option<i32>) -> Self
pub fn set_min_count(self, input: Option<i32>) -> Self
The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
sourcepub fn monitoring(self, input: RunInstancesMonitoringEnabled) -> Self
pub fn monitoring(self, input: RunInstancesMonitoringEnabled) -> Self
Specifies whether detailed monitoring is enabled for the instance.
sourcepub fn set_monitoring(self, input: Option<RunInstancesMonitoringEnabled>) -> Self
pub fn set_monitoring(self, input: Option<RunInstancesMonitoringEnabled>) -> Self
Specifies whether detailed monitoring is enabled for the instance.
sourcepub fn set_placement(self, input: Option<Placement>) -> Self
pub fn set_placement(self, input: Option<Placement>) -> Self
The placement for the instance.
sourcepub fn ramdisk_id(self, input: impl Into<String>) -> Self
pub fn ramdisk_id(self, input: impl Into<String>) -> Self
The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
sourcepub fn set_ramdisk_id(self, input: Option<String>) -> Self
pub fn set_ramdisk_id(self, input: Option<String>) -> Self
The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to SecurityGroupIds
.
To override the contents of this collection use set_security_group_ids
.
The IDs of the security groups. You can create a security group using CreateSecurityGroup.
If you specify a network interface, you must specify any security groups as part of the network interface.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the security groups. You can create a security group using CreateSecurityGroup.
If you specify a network interface, you must specify any security groups as part of the network interface.
sourcepub fn security_groups(self, input: impl Into<String>) -> Self
pub fn security_groups(self, input: impl Into<String>) -> Self
Appends an item to SecurityGroups
.
To override the contents of this collection use set_security_groups
.
[EC2-Classic, default VPC] The names of the security groups.
If you specify a network interface, you must specify any security groups as part of the network interface.
Default: Amazon EC2 uses the default security group.
sourcepub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
pub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
[EC2-Classic, default VPC] The names of the security groups.
If you specify a network interface, you must specify any security groups as part of the network interface.
Default: Amazon EC2 uses the default security group.
sourcepub fn subnet_id(self, input: impl Into<String>) -> Self
pub fn subnet_id(self, input: impl Into<String>) -> Self
[EC2-VPC] The ID of the subnet to launch the instance into.
If you specify a network interface, you must specify any subnets as part of the network interface.
sourcepub fn set_subnet_id(self, input: Option<String>) -> Self
pub fn set_subnet_id(self, input: Option<String>) -> Self
[EC2-VPC] The ID of the subnet to launch the instance into.
If you specify a network interface, you must specify any subnets as part of the network interface.
sourcepub fn user_data(self, input: impl Into<String>) -> Self
pub fn user_data(self, input: impl Into<String>) -> Self
The user data script to make available to the instance. For more information, see Run commands on your Linux instance at launch and Run commands on your Windows instance at launch. 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.
sourcepub fn set_user_data(self, input: Option<String>) -> Self
pub fn set_user_data(self, input: Option<String>) -> Self
The user data script to make available to the instance. For more information, see Run commands on your Linux instance at launch and Run commands on your Windows instance at launch. 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.
sourcepub fn additional_info(self, input: impl Into<String>) -> Self
pub fn additional_info(self, input: impl Into<String>) -> Self
Reserved.
sourcepub fn set_additional_info(self, input: Option<String>) -> Self
pub fn set_additional_info(self, input: Option<String>) -> Self
Reserved.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
For more information, see Ensuring Idempotency.
Constraints: Maximum 64 ASCII characters
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
For more information, see Ensuring Idempotency.
Constraints: Maximum 64 ASCII characters
sourcepub fn disable_api_termination(self, input: bool) -> Self
pub fn disable_api_termination(self, input: bool) -> Self
If you set this parameter to true
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior
to terminate
, you can terminate the instance by running the shutdown command from the instance.
Default: false
sourcepub fn set_disable_api_termination(self, input: Option<bool>) -> Self
pub fn set_disable_api_termination(self, input: Option<bool>) -> Self
If you set this parameter to true
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior
to terminate
, you can terminate the instance by running the shutdown command from the instance.
Default: false
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, 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
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, 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
.
sourcepub fn ebs_optimized(self, input: bool) -> Self
pub fn ebs_optimized(self, input: bool) -> Self
Indicates 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 Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
Default: false
sourcepub fn set_ebs_optimized(self, input: Option<bool>) -> Self
pub fn set_ebs_optimized(self, input: Option<bool>) -> Self
Indicates 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 Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
Default: false
sourcepub fn iam_instance_profile(self, input: IamInstanceProfileSpecification) -> Self
pub fn iam_instance_profile(self, input: IamInstanceProfileSpecification) -> Self
The name or Amazon Resource Name (ARN) of an IAM instance profile.
sourcepub fn set_iam_instance_profile(
self,
input: Option<IamInstanceProfileSpecification>
) -> Self
pub fn set_iam_instance_profile(
self,
input: Option<IamInstanceProfileSpecification>
) -> Self
The name or Amazon Resource Name (ARN) of an IAM instance profile.
sourcepub fn instance_initiated_shutdown_behavior(
self,
input: ShutdownBehavior
) -> Self
pub fn instance_initiated_shutdown_behavior(
self,
input: ShutdownBehavior
) -> Self
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
Default: stop
sourcepub fn set_instance_initiated_shutdown_behavior(
self,
input: Option<ShutdownBehavior>
) -> Self
pub fn set_instance_initiated_shutdown_behavior(
self,
input: Option<ShutdownBehavior>
) -> Self
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
Default: stop
sourcepub fn network_interfaces(
self,
input: InstanceNetworkInterfaceSpecification
) -> Self
pub fn network_interfaces(
self,
input: InstanceNetworkInterfaceSpecification
) -> Self
Appends an item to NetworkInterfaces
.
To override the contents of this collection use set_network_interfaces
.
The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
sourcepub fn set_network_interfaces(
self,
input: Option<Vec<InstanceNetworkInterfaceSpecification>>
) -> Self
pub fn set_network_interfaces(
self,
input: Option<Vec<InstanceNetworkInterfaceSpecification>>
) -> Self
The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
sourcepub fn private_ip_address(self, input: impl Into<String>) -> Self
pub fn private_ip_address(self, input: impl Into<String>) -> Self
[EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.
Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn set_private_ip_address(self, input: Option<String>) -> Self
pub fn set_private_ip_address(self, input: Option<String>) -> Self
[EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.
Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn elastic_gpu_specification(self, input: ElasticGpuSpecification) -> Self
pub fn elastic_gpu_specification(self, input: ElasticGpuSpecification) -> Self
Appends an item to ElasticGpuSpecification
.
To override the contents of this collection use set_elastic_gpu_specification
.
An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.
sourcepub fn set_elastic_gpu_specification(
self,
input: Option<Vec<ElasticGpuSpecification>>
) -> Self
pub fn set_elastic_gpu_specification(
self,
input: Option<Vec<ElasticGpuSpecification>>
) -> Self
An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.
sourcepub fn elastic_inference_accelerators(
self,
input: ElasticInferenceAccelerator
) -> Self
pub fn elastic_inference_accelerators(
self,
input: ElasticInferenceAccelerator
) -> Self
Appends an item to ElasticInferenceAccelerators
.
To override the contents of this collection use set_elastic_inference_accelerators
.
An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
You cannot specify accelerators from different generations in the same request.
sourcepub fn set_elastic_inference_accelerators(
self,
input: Option<Vec<ElasticInferenceAccelerator>>
) -> Self
pub fn set_elastic_inference_accelerators(
self,
input: Option<Vec<ElasticInferenceAccelerator>>
) -> Self
An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
You cannot specify accelerators from different generations in the same request.
sourcepub fn tag_specifications(self, input: TagSpecification) -> Self
pub fn tag_specifications(self, input: TagSpecification) -> Self
Appends an item to TagSpecifications
.
To override the contents of this collection use set_tag_specifications
.
The tags to apply to the resources that are created during instance launch.
You can specify tags for the following resources only:
-
Instances
-
Volumes
-
Elastic graphics
-
Spot Instance requests
-
Network interfaces
To tag a resource after it has been created, see CreateTags.
sourcepub fn set_tag_specifications(self, input: Option<Vec<TagSpecification>>) -> Self
pub fn set_tag_specifications(self, input: Option<Vec<TagSpecification>>) -> Self
The tags to apply to the resources that are created during instance launch.
You can specify tags for the following resources only:
-
Instances
-
Volumes
-
Elastic graphics
-
Spot Instance requests
-
Network interfaces
To tag a resource after it has been created, see CreateTags.
sourcepub fn launch_template(self, input: LaunchTemplateSpecification) -> Self
pub fn launch_template(self, input: LaunchTemplateSpecification) -> Self
The launch template to use to launch the instances. Any parameters that you specify in RunInstances
override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.
sourcepub fn set_launch_template(
self,
input: Option<LaunchTemplateSpecification>
) -> Self
pub fn set_launch_template(
self,
input: Option<LaunchTemplateSpecification>
) -> Self
The launch template to use to launch the instances. Any parameters that you specify in RunInstances
override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.
sourcepub fn instance_market_options(self, input: InstanceMarketOptionsRequest) -> Self
pub fn instance_market_options(self, input: InstanceMarketOptionsRequest) -> Self
The market (purchasing) option for the instances.
For RunInstances
, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate
or stop
.
sourcepub fn set_instance_market_options(
self,
input: Option<InstanceMarketOptionsRequest>
) -> Self
pub fn set_instance_market_options(
self,
input: Option<InstanceMarketOptionsRequest>
) -> Self
The market (purchasing) option for the instances.
For RunInstances
, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate
or stop
.
sourcepub fn credit_specification(self, input: CreditSpecificationRequest) -> Self
pub fn credit_specification(self, input: CreditSpecificationRequest) -> Self
The credit option for CPU usage of the burstable performance instance. Valid values are standard
and unlimited
. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see Burstable performance instances in the Amazon EC2 User Guide.
Default: standard
(T2 instances) or unlimited
(T3/T3a/T4g instances)
For T3 instances with host
tenancy, only standard
is supported.
sourcepub fn set_credit_specification(
self,
input: Option<CreditSpecificationRequest>
) -> Self
pub fn set_credit_specification(
self,
input: Option<CreditSpecificationRequest>
) -> Self
The credit option for CPU usage of the burstable performance instance. Valid values are standard
and unlimited
. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see Burstable performance instances in the Amazon EC2 User Guide.
Default: standard
(T2 instances) or unlimited
(T3/T3a/T4g instances)
For T3 instances with host
tenancy, only standard
is supported.
sourcepub fn cpu_options(self, input: CpuOptionsRequest) -> Self
pub fn cpu_options(self, input: CpuOptionsRequest) -> Self
The CPU options for the instance. For more information, see Optimize CPU options in the Amazon EC2 User Guide.
sourcepub fn set_cpu_options(self, input: Option<CpuOptionsRequest>) -> Self
pub fn set_cpu_options(self, input: Option<CpuOptionsRequest>) -> Self
The CPU options for the instance. For more information, see Optimize CPU options in the Amazon EC2 User Guide.
sourcepub fn capacity_reservation_specification(
self,
input: CapacityReservationSpecification
) -> Self
pub fn capacity_reservation_specification(
self,
input: CapacityReservationSpecification
) -> Self
Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to open
, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
sourcepub fn set_capacity_reservation_specification(
self,
input: Option<CapacityReservationSpecification>
) -> Self
pub fn set_capacity_reservation_specification(
self,
input: Option<CapacityReservationSpecification>
) -> Self
Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to open
, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
sourcepub fn hibernation_options(self, input: HibernationOptionsRequest) -> Self
pub fn hibernation_options(self, input: HibernationOptionsRequest) -> Self
Indicates whether an instance is enabled for hibernation. For more information, see Hibernate your instance in the Amazon EC2 User Guide.
You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.
sourcepub fn set_hibernation_options(
self,
input: Option<HibernationOptionsRequest>
) -> Self
pub fn set_hibernation_options(
self,
input: Option<HibernationOptionsRequest>
) -> Self
Indicates whether an instance is enabled for hibernation. For more information, see Hibernate your instance in the Amazon EC2 User Guide.
You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.
sourcepub fn license_specifications(self, input: LicenseConfigurationRequest) -> Self
pub fn license_specifications(self, input: LicenseConfigurationRequest) -> Self
Appends an item to LicenseSpecifications
.
To override the contents of this collection use set_license_specifications
.
The license configurations.
sourcepub fn set_license_specifications(
self,
input: Option<Vec<LicenseConfigurationRequest>>
) -> Self
pub fn set_license_specifications(
self,
input: Option<Vec<LicenseConfigurationRequest>>
) -> Self
The license configurations.
sourcepub fn metadata_options(self, input: InstanceMetadataOptionsRequest) -> Self
pub fn metadata_options(self, input: InstanceMetadataOptionsRequest) -> Self
The metadata options for the instance. For more information, see Instance metadata and user data.
sourcepub fn set_metadata_options(
self,
input: Option<InstanceMetadataOptionsRequest>
) -> Self
pub fn set_metadata_options(
self,
input: Option<InstanceMetadataOptionsRequest>
) -> Self
The metadata options for the instance. For more information, see Instance metadata and user data.
sourcepub fn enclave_options(self, input: EnclaveOptionsRequest) -> Self
pub fn enclave_options(self, input: EnclaveOptionsRequest) -> Self
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.
You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.
sourcepub fn set_enclave_options(self, input: Option<EnclaveOptionsRequest>) -> Self
pub fn set_enclave_options(self, input: Option<EnclaveOptionsRequest>) -> Self
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.
You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.
sourcepub fn private_dns_name_options(
self,
input: PrivateDnsNameOptionsRequest
) -> Self
pub fn private_dns_name_options(
self,
input: PrivateDnsNameOptionsRequest
) -> Self
The options for the instance hostname. The default values are inherited from the subnet.
sourcepub fn set_private_dns_name_options(
self,
input: Option<PrivateDnsNameOptionsRequest>
) -> Self
pub fn set_private_dns_name_options(
self,
input: Option<PrivateDnsNameOptionsRequest>
) -> Self
The options for the instance hostname. The default values are inherited from the subnet.
sourcepub fn maintenance_options(
self,
input: InstanceMaintenanceOptionsRequest
) -> Self
pub fn maintenance_options(
self,
input: InstanceMaintenanceOptionsRequest
) -> Self
The maintenance and recovery options for the instance.
sourcepub fn set_maintenance_options(
self,
input: Option<InstanceMaintenanceOptionsRequest>
) -> Self
pub fn set_maintenance_options(
self,
input: Option<InstanceMaintenanceOptionsRequest>
) -> Self
The maintenance and recovery options for the instance.
sourcepub fn disable_api_stop(self, input: bool) -> Self
pub fn disable_api_stop(self, input: bool) -> Self
Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.
sourcepub fn set_disable_api_stop(self, input: Option<bool>) -> Self
pub fn set_disable_api_stop(self, input: Option<bool>) -> Self
Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.
Trait Implementations§
source§impl Clone for RunInstances
impl Clone for RunInstances
source§fn clone(&self) -> RunInstances
fn clone(&self) -> RunInstances
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more