ec2_modify_hosts: Modify the auto-placement setting of a Dedicated Host

View source: R/ec2_operations.R

ec2_modify_hostsR Documentation

Modify the auto-placement setting of a Dedicated Host

Description

Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of host but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled.

See https://www.paws-r-sdk.com/docs/ec2_modify_hosts/ for full documentation.

Usage

ec2_modify_hosts(
  AutoPlacement = NULL,
  HostIds,
  HostRecovery = NULL,
  InstanceType = NULL,
  InstanceFamily = NULL,
  HostMaintenance = NULL
)

Arguments

AutoPlacement

Specify whether to enable or disable auto-placement.

HostIds

[required] The IDs of the Dedicated Hosts to modify.

HostRecovery

Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 User Guide.

InstanceType

Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type.

If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.

InstanceFamily

Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.

If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.

HostMaintenance

Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.