2 Answers
0
Some basic concepts:
- A queue can have 1 or more fleets; fleets can be in different regions, mix of Spot/OnDemand instances etc.
- A fleet can have 1 or more instances.
- An instance can have 1 or more processes running. Each process can host a game session.
FlexMatch finds players and groups them together in a new game session. It will won't create new capacity directly for you.
To autoscale your fleet (to scale up/down based on demand), use target tracking rules: https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-autoscaling-target.html
To fix a fleet capacity you can use min, max and desired to manually scale up/down: https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-capacity-limits.html
Hope that makes sense.
answered 3 years ago
0
That is perfectly clear. I now know how to structure my fleets better. Thank you very much!
answered 3 years ago
Relevant content
- asked 7 months ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 4 months ago