/AWS1/CL_GML=>GETCOMPUTEACCESS()
¶
About GetComputeAccess¶
Requests authorization to remotely connect to a hosting resource in a Amazon GameLift managed fleet. This operation is not used with Amazon GameLift Anywhere fleets.
Request options
To request access to a compute, specify the compute name and the fleet ID.
Results
If successful, this operation returns a set of temporary Amazon Web Services credentials, including a two-part access key and a session token.
-
With a managed EC2 fleet (where compute type is
EC2
), use these credentials with Amazon EC2 Systems Manager (SSM) to start a session with the compute. For more details, see Starting a session (CLI) in the Amazon EC2 Systems Manager User Guide.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_FLEETID
TYPE /AWS1/GMLFLEETIDORARN
/AWS1/GMLFLEETIDORARN
¶
A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.
IV_COMPUTENAME
TYPE /AWS1/GMLCOMPUTENAMEORARN
/AWS1/GMLCOMPUTENAMEORARN
¶
A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the instance ID. Use https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListCompute.html to retrieve compute identifiers.