v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14104474602.4 KB

Registers your compute resources in a fleet you previously created. After you register a compute to your fleet, you can monitor and manage your compute using Amazon GameLift. The operation returns the compute resource containing SDK endpoint you can use to connect your game server to Amazon GameLift.

Learn more

post/#X-Amz-Target=GameLift.RegisterCompute

Headers

X-Amz-Target'GameLift.RegisterCompute' required

Request body

FleetIdstring required

A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.

ComputeNamestring required

A descriptive label that is associated with the compute resource registered to your fleet.

CertificatePathstring

The path to the TLS certificate on your compute resource. The path and certificate are not validated by Amazon GameLift.

DnsNamestring

The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.

IpAddressstring

The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.

Locationstring

The name of the custom location you added to the fleet you are registering this compute resource to.

Response

Success