1 Answers
0
In this case, you'll want to take a look at how many game sessions you are trying to create/support simultaneously. Even if your fleet is active and healthy, each instance will have a limited capacity for how many sessions it can support. Typically, if you spin up a lot of game sessions at once, or if you have long running sessions, you can fill up your capacity and encounter this exception.
Things to check:
- What size are your instances?
- How many instances do you have?
- How many game sessions do you have?
- Given your instance size/count, can you support your current/expected game sessions?
You can also take a look at the number of processes per instance. This will also affect your game session capacity. You can find more details about fleet processes in these docs: https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-multiprocess.html
answered a month ago
Relevant questions
ClientError: An error occurred (UnknownOperationException) when calling the CreateHyperParameterTuningJob operation: The requested operation is not supported in the called region.
Accepted Answerasked 3 months agoVM Export: An error occurred (InvalidParameter) when calling the ExportImage operation: The image ID provided does not exist
asked 4 months agoVM Export: An error occurred (Invalid Parameter) when calling the ExportImage operation: Access denied to the bucket
asked 4 months agoAn error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
asked 6 months agoAn error occurred (InvalidRequestException) when calling the CreateProvisioningTemplate operation: Access denied during validating provisioning hook, Hook: arn:aws:lambda:ap-southeast-2::f
Accepted Answerasked 5 months ago[ERROR] ClientError: An error occurred (AccessDenied) when calling the PutObjectTagging operation: Access Denied
Accepted Answerasked 5 days ago(FleetCapacityExceededException) when calling the CreateGameSession operation
asked 2 months agoAn error occurred (ModelError) when calling the InvokeEndpoint operation
asked a year agoAn error occurred (InvalidSsmlException) when calling the StartSpeechSynthesisTask operation: Invalid SSML request
asked 12 days agoAn error occurred (ValidationException) when calling the CreateActivation
asked 3 years ago