class Aws::GameLift::Types::EC2InstanceLimit
The GameLift
service limits for an EC2 instance type and current utilization. GameLift
allows AWS accounts a maximum number of instances, per instance type, per AWS Region or location, for use with GameLift
. You can request an limit increase for your account by using the **Service limits** page in the GameLift
console.
**Related actions**
DescribeEC2InstanceLimits
@!attribute [rw] ec2_instance_type
The name of an EC2 instance type. See [Amazon EC2 Instance Types][1] for detailed descriptions. [1]: http://aws.amazon.com/ec2/instance-types/ @return [String]
@!attribute [rw] current_instances
The number of instances for the specified type and location that are currently being used by the AWS account. @return [Integer]
@!attribute [rw] instance_limit
The number of instances that is allowed for the specified instance type and location. @return [Integer]
@!attribute [rw] location
An AWS Region code, such as `us-west-2`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/EC2InstanceLimit AWS API Documentation
Constants
- SENSITIVE