Retrieves properties for a specific compute resource in an Amazon GameLift Servers fleet. You can list all computes in a fleet by calling ListCompute .
Request options
Provide the fleet ID and compute name. The compute name varies depending on the type of fleet.
Results
If successful, this operation returns details for the requested compute resource. Depending on the fleet’s compute type, the result includes the following information:
See also: AWS API Documentation
describe-compute
--fleet-id <value>
--compute-name <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
--fleet-id
(string) [required]
A unique identifier for the fleet that the compute belongs to. You can use either the fleet ID or ARN value.
Constraints:
- min:
1
- max:
512
- pattern:
^[a-z]*fleet-[a-zA-Z0-9\-]+$|^arn:.*:[a-z]*fleet\/[a-z]*fleet-[a-zA-Z0-9\-]+$
--compute-name
(string) [required]
The unique identifier of the compute resource to retrieve properties for. For a managed container fleet or Anywhere fleet, use a compute name. For an EC2 fleet, use an instance ID. To retrieve a fleet’s compute identifiers, call ListCompute .
Constraints:
- max:
1024
- pattern:
^[a-zA-Z0-9\-]+(\/[a-zA-Z0-9\-]+)?$|^arn:.*:compute\/[a-zA-Z0-9\-]+(\/[a-zA-Z0-9\-]+)?
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
--debug
(boolean)
Turn on debug logging.
--endpoint-url
(string)
Override command’s default URL with the given URL.
--no-verify-ssl
(boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate
(boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output
(string)
The formatting style for command output.
--query
(string)
A JMESPath query to use in filtering the response data.
--profile
(string)
Use a specific profile from your credential file.
--region
(string)
The region to use. Overrides config/env settings.
--version
(string)
Display the version of this tool.
--color
(string)
Turn on/off color output.
--no-sign-request
(boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle
(string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout
(int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout
(int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
--cli-binary-format
(string)
The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb://
will always be treated as binary and use the file contents directly regardless of the cli-binary-format
setting. When using file://
the file contents will need to properly formatted for the configured cli-binary-format
.
--no-cli-pager
(boolean)
Disable cli pager for output.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
--no-cli-auto-prompt
(boolean)
Disable automatically prompt for CLI input parameters.
Compute -> (structure)
The set of properties for the requested compute resource.
FleetId -> (string)
A unique identifier for the fleet that the compute belongs to.
Constraints:
- min:
1
- max:
128
- pattern:
^[a-z]*fleet-[a-zA-Z0-9\-]+
FleetArn -> (string)
The Amazon Resource Name (ARN) of the fleet that the compute belongs to.
Constraints:
- min:
1
- max:
512
- pattern:
^arn:.*:[a-z]*fleet\/[a-z]*fleet-[a-zA-Z0-9\-]+$
ComputeName -> (string)
A descriptive label for the compute resource. For instances in a managed EC2 fleet, the compute name is the same value as the
InstanceId
ID.Constraints:
- min:
1
- max:
128
- pattern:
^[a-zA-Z0-9\-]+(\/[a-zA-Z0-9\-]+)?
ComputeArn -> (string)
The ARN that is assigned to a compute resource and uniquely identifies it. ARNs are unique across locations. Instances in managed EC2 fleets are not assigned a Compute ARN.
Constraints:
- max:
1024
- pattern:
^arn:.*:compute\/[a-zA-Z0-9\-]+(\/[a-zA-Z0-9\-]+)?
IpAddress -> (string)
The IP address of a compute resource. Amazon GameLift Servers requires a DNS name or IP address for a compute.
Constraints:
- min:
1
- max:
128
- pattern:
^[0-9A-Fa-f\:\.]+
DnsName -> (string)
The DNS name of a compute resource. Amazon GameLift Servers requires a DNS name or IP address for a compute.ComputeStatus -> (string)
Current status of the compute. A compute must have an
ACTIVE
status to host game sessions.Possible values:
PENDING
ACTIVE
TERMINATING
IMPAIRED
Location -> (string)
The name of the custom location you added to the fleet that this compute resource resides in.
Constraints:
- min:
1
- max:
64
- pattern:
^[A-Za-z0-9\-]+
CreationTime -> (timestamp)
A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example"1469498468.057"
).OperatingSystem -> (string)
The type of operating system on the compute resource.
Note
Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the Amazon Linux 2 FAQs . For game servers that are hosted on AL2 and use server SDK version 4.x for Amazon GameLift Servers, first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See Migrate to server SDK version 5.Possible values:
WINDOWS_2012
AMAZON_LINUX
AMAZON_LINUX_2
WINDOWS_2016
AMAZON_LINUX_2023
Type -> (string)
The Amazon EC2 instance type that the fleet uses. For registered computes in an Amazon GameLift Servers Anywhere fleet, this property is empty.
Possible values:
t2.micro
t2.small
t2.medium
t2.large
c3.large
c3.xlarge
c3.2xlarge
c3.4xlarge
c3.8xlarge
c4.large
c4.xlarge
c4.2xlarge
c4.4xlarge
c4.8xlarge
c5.large
c5.xlarge
c5.2xlarge
c5.4xlarge
c5.9xlarge
c5.12xlarge
c5.18xlarge
c5.24xlarge
c5a.large
c5a.xlarge
c5a.2xlarge
c5a.4xlarge
c5a.8xlarge
c5a.12xlarge
c5a.16xlarge
c5a.24xlarge
r3.large
r3.xlarge
r3.2xlarge
r3.4xlarge
r3.8xlarge
r4.large
r4.xlarge
r4.2xlarge
r4.4xlarge
r4.8xlarge
r4.16xlarge
r5.large
r5.xlarge
r5.2xlarge
r5.4xlarge
r5.8xlarge
r5.12xlarge
r5.16xlarge
r5.24xlarge
r5a.large
r5a.xlarge
r5a.2xlarge
r5a.4xlarge
r5a.8xlarge
r5a.12xlarge
r5a.16xlarge
r5a.24xlarge
m3.medium
m3.large
m3.xlarge
m3.2xlarge
m4.large
m4.xlarge
m4.2xlarge
m4.4xlarge
m4.10xlarge
m5.large
m5.xlarge
m5.2xlarge
m5.4xlarge
m5.8xlarge
m5.12xlarge
m5.16xlarge
m5.24xlarge
m5a.large
m5a.xlarge
m5a.2xlarge
m5a.4xlarge
m5a.8xlarge
m5a.12xlarge
m5a.16xlarge
m5a.24xlarge
c5d.large
c5d.xlarge
c5d.2xlarge
c5d.4xlarge
c5d.9xlarge
c5d.12xlarge
c5d.18xlarge
c5d.24xlarge
c6a.large
c6a.xlarge
c6a.2xlarge
c6a.4xlarge
c6a.8xlarge
c6a.12xlarge
c6a.16xlarge
c6a.24xlarge
c6i.large
c6i.xlarge
c6i.2xlarge
c6i.4xlarge
c6i.8xlarge
c6i.12xlarge
c6i.16xlarge
c6i.24xlarge
r5d.large
r5d.xlarge
r5d.2xlarge
r5d.4xlarge
r5d.8xlarge
r5d.12xlarge
r5d.16xlarge
r5d.24xlarge
m6g.medium
m6g.large
m6g.xlarge
m6g.2xlarge
m6g.4xlarge
m6g.8xlarge
m6g.12xlarge
m6g.16xlarge
c6g.medium
c6g.large
c6g.xlarge
c6g.2xlarge
c6g.4xlarge
c6g.8xlarge
c6g.12xlarge
c6g.16xlarge
r6g.medium
r6g.large
r6g.xlarge
r6g.2xlarge
r6g.4xlarge
r6g.8xlarge
r6g.12xlarge
r6g.16xlarge
c6gn.medium
c6gn.large
c6gn.xlarge
c6gn.2xlarge
c6gn.4xlarge
c6gn.8xlarge
c6gn.12xlarge
c6gn.16xlarge
c7g.medium
c7g.large
c7g.xlarge
c7g.2xlarge
c7g.4xlarge
c7g.8xlarge
c7g.12xlarge
c7g.16xlarge
r7g.medium
r7g.large
r7g.xlarge
r7g.2xlarge
r7g.4xlarge
r7g.8xlarge
r7g.12xlarge
r7g.16xlarge
m7g.medium
m7g.large
m7g.xlarge
m7g.2xlarge
m7g.4xlarge
m7g.8xlarge
m7g.12xlarge
m7g.16xlarge
g5g.xlarge
g5g.2xlarge
g5g.4xlarge
g5g.8xlarge
g5g.16xlarge
r6i.large
r6i.xlarge
r6i.2xlarge
r6i.4xlarge
r6i.8xlarge
r6i.12xlarge
r6i.16xlarge
c6gd.medium
c6gd.large
c6gd.xlarge
c6gd.2xlarge
c6gd.4xlarge
c6gd.8xlarge
c6gd.12xlarge
c6gd.16xlarge
c6in.large
c6in.xlarge
c6in.2xlarge
c6in.4xlarge
c6in.8xlarge
c6in.12xlarge
c6in.16xlarge
c7a.medium
c7a.large
c7a.xlarge
c7a.2xlarge
c7a.4xlarge
c7a.8xlarge
c7a.12xlarge
c7a.16xlarge
c7gd.medium
c7gd.large
c7gd.xlarge
c7gd.2xlarge
c7gd.4xlarge
c7gd.8xlarge
c7gd.12xlarge
c7gd.16xlarge
c7gn.medium
c7gn.large
c7gn.xlarge
c7gn.2xlarge
c7gn.4xlarge
c7gn.8xlarge
c7gn.12xlarge
c7gn.16xlarge
c7i.large
c7i.xlarge
c7i.2xlarge
c7i.4xlarge
c7i.8xlarge
c7i.12xlarge
c7i.16xlarge
m6a.large
m6a.xlarge
m6a.2xlarge
m6a.4xlarge
m6a.8xlarge
m6a.12xlarge
m6a.16xlarge
m6gd.medium
m6gd.large
m6gd.xlarge
m6gd.2xlarge
m6gd.4xlarge
m6gd.8xlarge
m6gd.12xlarge
m6gd.16xlarge
m6i.large
m6i.xlarge
m6i.2xlarge
m6i.4xlarge
m6i.8xlarge
m6i.12xlarge
m6i.16xlarge
m7a.medium
m7a.large
m7a.xlarge
m7a.2xlarge
m7a.4xlarge
m7a.8xlarge
m7a.12xlarge
m7a.16xlarge
m7gd.medium
m7gd.large
m7gd.xlarge
m7gd.2xlarge
m7gd.4xlarge
m7gd.8xlarge
m7gd.12xlarge
m7gd.16xlarge
m7i.large
m7i.xlarge
m7i.2xlarge
m7i.4xlarge
m7i.8xlarge
m7i.12xlarge
m7i.16xlarge
r6gd.medium
r6gd.large
r6gd.xlarge
r6gd.2xlarge
r6gd.4xlarge
r6gd.8xlarge
r6gd.12xlarge
r6gd.16xlarge
r7a.medium
r7a.large
r7a.xlarge
r7a.2xlarge
r7a.4xlarge
r7a.8xlarge
r7a.12xlarge
r7a.16xlarge
r7gd.medium
r7gd.large
r7gd.xlarge
r7gd.2xlarge
r7gd.4xlarge
r7gd.8xlarge
r7gd.12xlarge
r7gd.16xlarge
r7i.large
r7i.xlarge
r7i.2xlarge
r7i.4xlarge
r7i.8xlarge
r7i.12xlarge
r7i.16xlarge
r7i.24xlarge
r7i.48xlarge
c5ad.large
c5ad.xlarge
c5ad.2xlarge
c5ad.4xlarge
c5ad.8xlarge
c5ad.12xlarge
c5ad.16xlarge
c5ad.24xlarge
c5n.large
c5n.xlarge
c5n.2xlarge
c5n.4xlarge
c5n.9xlarge
c5n.18xlarge
r5ad.large
r5ad.xlarge
r5ad.2xlarge
r5ad.4xlarge
r5ad.8xlarge
r5ad.12xlarge
r5ad.16xlarge
r5ad.24xlarge
c6id.large
c6id.xlarge
c6id.2xlarge
c6id.4xlarge
c6id.8xlarge
c6id.12xlarge
c6id.16xlarge
c6id.24xlarge
c6id.32xlarge
c8g.medium
c8g.large
c8g.xlarge
c8g.2xlarge
c8g.4xlarge
c8g.8xlarge
c8g.12xlarge
c8g.16xlarge
c8g.24xlarge
c8g.48xlarge
m5ad.large
m5ad.xlarge
m5ad.2xlarge
m5ad.4xlarge
m5ad.8xlarge
m5ad.12xlarge
m5ad.16xlarge
m5ad.24xlarge
m5d.large
m5d.xlarge
m5d.2xlarge
m5d.4xlarge
m5d.8xlarge
m5d.12xlarge
m5d.16xlarge
m5d.24xlarge
m5dn.large
m5dn.xlarge
m5dn.2xlarge
m5dn.4xlarge
m5dn.8xlarge
m5dn.12xlarge
m5dn.16xlarge
m5dn.24xlarge
m5n.large
m5n.xlarge
m5n.2xlarge
m5n.4xlarge
m5n.8xlarge
m5n.12xlarge
m5n.16xlarge
m5n.24xlarge
m6id.large
m6id.xlarge
m6id.2xlarge
m6id.4xlarge
m6id.8xlarge
m6id.12xlarge
m6id.16xlarge
m6id.24xlarge
m6id.32xlarge
m6idn.large
m6idn.xlarge
m6idn.2xlarge
m6idn.4xlarge
m6idn.8xlarge
m6idn.12xlarge
m6idn.16xlarge
m6idn.24xlarge
m6idn.32xlarge
m6in.large
m6in.xlarge
m6in.2xlarge
m6in.4xlarge
m6in.8xlarge
m6in.12xlarge
m6in.16xlarge
m6in.24xlarge
m6in.32xlarge
m8g.medium
m8g.large
m8g.xlarge
m8g.2xlarge
m8g.4xlarge
m8g.8xlarge
m8g.12xlarge
m8g.16xlarge
m8g.24xlarge
m8g.48xlarge
r5dn.large
r5dn.xlarge
r5dn.2xlarge
r5dn.4xlarge
r5dn.8xlarge
r5dn.12xlarge
r5dn.16xlarge
r5dn.24xlarge
r5n.large
r5n.xlarge
r5n.2xlarge
r5n.4xlarge
r5n.8xlarge
r5n.12xlarge
r5n.16xlarge
r5n.24xlarge
r6a.large
r6a.xlarge
r6a.2xlarge
r6a.4xlarge
r6a.8xlarge
r6a.12xlarge
r6a.16xlarge
r6a.24xlarge
r6a.32xlarge
r6a.48xlarge
r6id.large
r6id.xlarge
r6id.2xlarge
r6id.4xlarge
r6id.8xlarge
r6id.12xlarge
r6id.16xlarge
r6id.24xlarge
r6id.32xlarge
r6idn.large
r6idn.xlarge
r6idn.2xlarge
r6idn.4xlarge
r6idn.8xlarge
r6idn.12xlarge
r6idn.16xlarge
r6idn.24xlarge
r6idn.32xlarge
r6in.large
r6in.xlarge
r6in.2xlarge
r6in.4xlarge
r6in.8xlarge
r6in.12xlarge
r6in.16xlarge
r6in.24xlarge
r6in.32xlarge
r8g.medium
r8g.large
r8g.xlarge
r8g.2xlarge
r8g.4xlarge
r8g.8xlarge
r8g.12xlarge
r8g.16xlarge
r8g.24xlarge
r8g.48xlarge
m4.16xlarge
c6a.32xlarge
c6a.48xlarge
c6i.32xlarge
r6i.24xlarge
r6i.32xlarge
c6in.24xlarge
c6in.32xlarge
c7a.24xlarge
c7a.32xlarge
c7a.48xlarge
c7i.24xlarge
c7i.48xlarge
m6a.24xlarge
m6a.32xlarge
m6a.48xlarge
m6i.24xlarge
m6i.32xlarge
m7a.24xlarge
m7a.32xlarge
m7a.48xlarge
m7i.24xlarge
m7i.48xlarge
r7a.24xlarge
r7a.32xlarge
r7a.48xlarge
GameLiftServiceSdkEndpoint -> (string)
The Amazon GameLift Servers SDK endpoint connection for a registered compute resource in an Anywhere fleet. The game servers on the compute use this endpoint to connect to the Amazon GameLift Servers service.
Constraints:
- min:
1
- max:
128
GameLiftAgentEndpoint -> (string)
The endpoint of the Amazon GameLift Servers Agent.
Constraints:
- min:
1
- max:
128
InstanceId -> (string)
The
InstanceID
of the EC2 instance that is hosting the compute.Constraints:
- pattern:
[a-zA-Z0-9\.-]+
ContainerAttributes -> (list)
A set of attributes for each container in the compute.
Constraints:
- min:
1
- max:
10
(structure)
A unique identifier for a container in a container fleet compute.
Returned by: DescribeComputeContainerName -> (string)
The identifier for a container that’s running in a compute.
Constraints:
- min:
1
- max:
128
- pattern:
^[a-zA-Z0-9\-]+$
ContainerRuntimeId -> (string)
The runtime ID for the container that’s running in a compute. This value is unique within the compute.
Constraints:
- min:
1
GameServerContainerGroupDefinitionArn -> (string)
The game server container group definition for the compute.
Constraints:
- min:
1
- max:
512
- pattern:
^[a-zA-Z0-9\-]+$|^arn:.*:containergroupdefinition\/[a-zA-Z0-9\-]+(:[0-9]+)?$