1 Respuesta
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!
respondido hace 7 días
Contenido relevante
- OFICIAL DE AWSActualizada hace 6 meses
- OFICIAL DE AWSActualizada hace 8 meses
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/