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
|
|
@ -22,6 +22,7 @@ class AwsConfig:
|
|||
"""[aws] section."""
|
||||
|
||||
region: str = "us-east-1"
|
||||
instance_type: str = ""
|
||||
launch_template_id: str = ""
|
||||
on_demand_launch_template_id: str = ""
|
||||
subnet_ids: list[str] = field(default_factory=list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue