You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Spot instances may appear to hang in the Buildkite UI for a few minutes after they terminate [#733](https://github.com/buildkite/elastic-ci-stack-for-aws/issues/733)
11
15
* Windows instances have issues with MinSize > 0 [#712](https://github.com/buildkite/elastic-ci-stack-for-aws/issues/712)
12
16
13
17
### Added
14
-
<!--
18
+
<!--
15
19
TODO: document the new lambda scaler properly as a new default and what it means. For now https://forum.buildkite.community/t/experimental-lambda-based-scaler/425 is a good starting point.
16
20
-->
17
21
***Our previously experimental blazing fast lambda scaler is now the default** which makes for much faster scaling in response to pending jobs [#575](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/575) (@lox)
@@ -60,7 +64,7 @@ The following other parameters have been **added**:
60
64
*`ScaleOutFactor` (default: `1.0`) is a multiplier that allows you to add extra agents when scaling up is needed
61
65
*`ScaleInIdlePeriod` (default: `600` seconds) is used for scale-in by letting idle agents remove themselves from the ASG
62
66
*`InstanceOperatingSystem` (default: `linux`) can be used to specify Windows if you need Windows Server 2019 instances
63
-
**Windows-only*`BuildkiteWindowsAdministrator` (default: `true`) adds the local "buildkite-agent" user account to the local Windows Administrator group
67
+
**Windows-only*`BuildkiteWindowsAdministrator` (default: `true`) adds the local "buildkite-agent" user account to the local Windows Administrator group
64
68
**optional*`BuildkiteAgentTokenParameterStorePath` and `BuildkiteAgentTokenParameterStoreKMSKey` are for storing your token in [SSM Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html) and are an alternative to `BuildkiteAgentToken`
65
69
**optional*`ScaleOutForWaitingJobs` (default: `false`) can help anticipate future job load and get your instances ready ahead of time
0 commit comments