this post was submitted on 14 Sep 2023
821 points (98.6% liked)

Programmer Humor

19176 readers
1374 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] zv0n@lemmy.ml 7 points 1 year ago (1 children)

Why would you need autoscaling for the bastion server?

[โ€“] daniyyel@lemm.ee 17 points 1 year 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.