AWSEC2InstancePlacement
No description
type AWSEC2InstancePlacement {
availabilityZone: String!
groupName: String!
groupId: String!
hostId: String!
affinity: String!
hostResourceGroupArn: String!
NumberOfPartition: Int!
spreadDomain: String!
tenancy: AWSEC2InstancePlacementTenancyType!
}
Fields
AWSEC2InstancePlacement.availabilityZone ● String! non-null scalar
The Availability Zone of the instance
AWSEC2InstancePlacement.groupName ● String! non-null scalar
The name of the placement group that the instance is in
AWSEC2InstancePlacement.groupId ● String! non-null scalar
The ID of the placement group that the instance is in
AWSEC2InstancePlacement.hostId ● String! non-null scalar
The ID of the host on which the instance resides
AWSEC2InstancePlacement.affinity ● String! non-null scalar
The affinity setting for the instance on the Dedicated Host
AWSEC2InstancePlacement.hostResourceGroupArn ● String! non-null scalar
The ID of the Dedicated Host that the instance is running on
AWSEC2InstancePlacement.NumberOfPartition ● Int! non-null scalar
The number of the partition that the instance is in. Valid only if the placement group strategy is set to partition
AWSEC2InstancePlacement.spreadDomain ● String! non-null scalar
Reserved for future use
AWSEC2InstancePlacement.tenancy ● AWSEC2InstancePlacementTenancyType! non-null enum
The tenancy of the instance (if the instance is running in a VPC)
Member of
AWSEC2Instance object