Skip to content

Commit

Permalink
coda-instance-type update docs to reflect recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SorchaAbel committed Nov 17, 2024
1 parent 3df6943 commit 35a7fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/content/aws-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,12 @@ Parameters:
Default: ""

InstanceTypes:
Description: Comma-separated list with 1-4 instance types. The order is a prioritized preference for launching OnDemand instances, and a non-prioritized list of types to consider for Spot Instances (where used).
Description: Comma-separated list with 1-10 instance types. The order is a prioritized preference for launching OnDemand instances, and a non-prioritized list of types to consider for Spot Instances (where used).
Type: String
Default: t3.large
MinLength: 1
AllowedPattern: "^[\\w-\\.]+(,[\\w-\\.]*){0,3}$"
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
AllowedPattern: "^[\\w-\\.]+(,[\\w-\\.]*){0,9}$"
ConstraintDescription: "must contain 1-10 instance types separated by commas. No space before/after the comma."

MaxSize:
Description: Maximum number of instances
Expand Down

0 comments on commit 35a7fbe

Please sign in to comment.