Hey Fleet team I've recently started looking into ...
# fleet
r
Hey Fleet team I've recently started looking into the project as a potential MDM software for my small org. We see your Terraform ECS definition is hard-coded to run a single instance of Fleet in the cluster, however would it be possible to run this in a highly-available configuration? Is this a supported architecture? E.G. Updating
desired_count
to be 2 or 3, ensuring the service is always available across different faultlines (AZs). I checked around in the GitHub Issues for anything similar, but didn't find anything
Wait.. It looks like autoscaling is already happening, so it should be possible to run multiple instances of Fleet. It's just not setup for this in the module.
k
Hey @Robert Sturla! You can pass a value for your autoscaling minimum and maximum capacities as part of the fleet_config.
r
Exactly what I was looking for! Didn't think to set minimums on the ASG! Thank you!
k
No problem! Glad that does the trick.