- Newest
- Most votes
- Most comments
I understand you're experiencing issues with your GameLift fleet creation process. Let's address your concerns:
- Speeding up fleet creation: The long activation time and eventual disappearance of the fleet suggest there might be an issue with your game server build or configuration. To speed up the process and resolve the issue:
- Ensure your game server build is correctly configured and can successfully communicate with the GameLift service.
- Check your runtime configuration settings, including launch path, launch parameters, and concurrent processes.
- Review your fleet's instance type and ensure it's appropriate for your game server requirements.
- Examine the fleet creation events and logs for any error messages or warnings that might indicate the source of the problem.
If the issue persists, try re-uploading your game build to resolve potential file corruption.
- Deleting a fleet before it finishes activating: You can delete a fleet at any point during the creation process, even if it's still in the ACTIVATING state. To do this:
- Use the Amazon GameLift console: Navigate to the Fleets section, select the fleet you want to delete, and choose the Delete option.
- Alternatively, use the AWS CLI command 'delete-fleet' to remove the fleet.
Keep in mind that deleting a fleet will permanently remove all associated data, including game sessions, player sessions, and collected metrics.
If you're unable to delete the fleet through these methods, it's possible there might be an internal service error. In this case, you may need to contact Amazon GameLift support for assistance.
Given that you've successfully used a similar workflow before, it's worth comparing your current configuration with your previous successful setups. Also, consider checking if there have been any recent changes or updates to the Amazon GameLift service that might affect your deployment process.
If the problem persists, don't hesitate to reach out to Amazon GameLift support or post a question on the AWS forums for more specific assistance with your setup.
Sources
Debug Amazon GameLift fleet issues - Amazon GameLift
Delete a fleet - Amazon GameLift
Update an Amazon GameLift fleet configuration - Amazon GameLift
Thank you! Is there any reference material for fleet events. I would like to understand in more detail what each event means. For example what does "FLEET_STATE_BUILDING" mean?
Fleet can not be deleted in activating state and it stays in activating state for a very long time (hour or more?), and even though my service quota for managed fleets is 10, it does not allow me to create more than 1 fleet ,saying that service quote of 1 has been exceeded.
Deleting a fleet in CLI says: An error occurred (InvalidRequestException) when calling the DeleteFleet operation: Cannot delete fleet <arn here> that is in status of ACTIVATING
In console it shows same error:
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago