AwsInstancePlacement

Details of placement information for an instance. Limitations for using the host tenancy:

  • T3 instances that use the unlimited CPU credit option don't support host tenancy.
JSON representation
{
  "tenancy": enum (Tenancy)
}
Fields
tenancy

enum (Tenancy)

Required. The tenancy for instance.

Tenancy

Tenancy defines how EC2 instances are distributed across physical hardware.

Enums
TENANCY_UNSPECIFIED Not set.
DEFAULT Use default VPC tenancy.
DEDICATED Run a dedicated instance.
HOST Launch this instance to a dedicated host.