Fleet Container Groups Per Instance Args
data class FleetContainerGroupsPerInstanceArgs(val desiredReplicaContainerGroupsPerInstance: Output<Int>? = null, val maxReplicaContainerGroupsPerInstance: Output<Int>? = null) : ConvertibleToJava<FleetContainerGroupsPerInstanceArgs>
The number of container groups per instance.
Properties
Link copied to clipboard
Use this parameter to override the number of replica container groups GameLift will launch per instance with a number that is lower than that calculated maximum.
Link copied to clipboard
GameLift calculates the maximum number of replica container groups it can launch per instance based on instance properties such as CPU, memory, and connection ports.