1回答
0
Hi,
You can enable auto-scaling on a single fleet to ensure there is always sufficient capacity to meet increasing demand for game sessions. Please refer https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-autoscaling.html.
For your use case, you could configure Target based auto-scaling which scales a fleet capacity based on the PercentAvailableGameSessions
metric. If you need more fine grained control you could also look into using Rule based auto-scaling policy.
Thanks!
回答済み 7日前
関連するコンテンツ
- 質問済み 5年前
- AWS公式更新しました 9ヶ月前
Not a direct answer, so leaving a comment. You could use the Application AutoScaling service to register a Custom Scalable Target to scale the fleet. Workflow:
Example for Kinesis vs GameLift: https://aws.amazon.com/blogs/big-data/scaling-amazon-kinesis-data-streams-with-aws-application-auto-scaling/