class Aws::GameLift::Types::EC2InstanceCounts

Resource capacity settings. Fleet capacity is measured in EC2 instances. Pending and terminating counts are non-zero when the fleet capacity is adjusting to a scaling event or if access to resources is temporarily affected.

EC2 instance counts are part of FleetCapacity.

@!attribute [rw] desired

Ideal number of active instances. GameLift will always try to
maintain the desired number of instances. Capacity is scaled up or
down by changing the desired instances.
@return [Integer]

@!attribute [rw] minimum

The minimum instance count value allowed.
@return [Integer]

@!attribute [rw] maximum

The maximum instance count value allowed.
@return [Integer]

@!attribute [rw] pending

Number of instances that are starting but not yet active.
@return [Integer]

@!attribute [rw] active

Actual number of instances that are ready to host game sessions.
@return [Integer]

@!attribute [rw] idle

Number of active instances that are not currently hosting a game
session.
@return [Integer]

@!attribute [rw] terminating

Number of instances that are no longer active but haven't yet been
terminated.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/EC2InstanceCounts AWS API Documentation

Constants

SENSITIVE