you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 2 years ago (1 child)

Why would you need autoscaling for the bastion server?

  • source
  • hideshow 2 child comments
  • [–] 17 points 2 years ago

    Autoscaling isn't only used the grow the number of servers under load, but also to guarantee availability of a fixed number. If the max is set to 1, the bastion host is protected against hardware failure, zone outages, or just you screwing up. Accidentally killed your bastion host? No problem, within a few minutes autoscaling will have provisioned a new one and you're good to go again.

  • source
  • parent