Unity plugin for Gamelift failing to deploy - Fleet CREATE_FAILED

0

I am using the unity plugin for gamelift, I deployed the first game successfully, but failed when I deployed the second. The error information that cloud formation shows is the following: [CREATE_FAILED - Resource handler returned message: "Error occurred during operation 'AWS::GameLift::Fleet'." (RequestToken: xx-xx-xx-xx-xx, HandlerErrorCode: GeneralServiceException)] [ROLLBACK_IN_PROGRESS - The following resource(s) failed to create: [FleetResource]. Rollback requested by user]

how I can get around this or what to do? I don't find any problem about my fleet seeting or limits.

2 Answers
0

I delete the first game deployed, and the new game is deployed successfully. But I don't know the reason.

answered 2 years ago
  • Did you check the CloudFormation console for the detailed error? As said I suspect you were hitting GameLift Fleet limits. You can view the limits in console under Amazon Gamelift -> Service Limits and under the Service Quotas -> AWS Service -> Amazon GameLift.

  • Yes, I see the service resource limit, but it looks like there is a quota.

0

You can see the error in more details by going into AWS Console and selecting CloudFormation service. Under there you should be able to see the CloudFormation stack generated by our game. Select the stack, go into events to see what was the actual error message. For example you might have face issues with Services Quotas preventing you from launching new fleet of servers.

profile pictureAWS
EXPERT
Toni_S
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions