autoscaler: preflight check instance type availability at startup
This commit is contained in:
parent
02b1a063ab
commit
1a355429cb
4 changed files with 83 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ def main() -> None:
|
|||
)
|
||||
|
||||
runtime = EC2Runtime(config.aws)
|
||||
runtime.preflight_validate()
|
||||
haproxy = HAProxyRuntime(
|
||||
config.haproxy.runtime_socket,
|
||||
config.haproxy.backend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue