Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, In The Aws Autoscaler, Is It Possible To Specify Multiple Regions (Availability_Zone)? I Currently Use Eu-West-1A, And Would Like To Start Using Eu-West-1B And Eu-West-1C. I Tried Specifying A List In Availability_Zone Parameter, But Without Success:

Hi, in the aws autoscaler, is it possible to specify multiple regions (availability_zone)? I currently use eu-west-1a, and would like to start using eu-west-1b and eu-west-1c. I tried specifying a list in availability_zone parameter, but without success: I am getting the following error:
Invalid type for parameter Placement.AvailabilityZone, value: ['eu-west-1a', 'eu-west-1b', 'eu-west-1c'], type: <class 'list'>, valid types: <class 'str'>

  
  
Posted 2 years ago
Votes Newest

Answers 5


yea I just realized that you would also need to specify different subnets, etc… not sure how easy it is 😞 But it would be very valuable, on-demand GPU instances are so hard to spin up nowadays in aws 😄

  
  
Posted 2 years ago

I think that's currently not supported, and I think it's also not well-defined - how would you go about starting such an instance? which zone will you choose if you have 3?

  
  
Posted 2 years ago

If you can draft up a proposal and use-case, you're more than welcome to open a github issue 🙂

  
  
Posted 2 years ago

Oh, you mean multiple zones for the same instance type?

  
  
Posted 2 years ago
698 Views
5 Answers
2 years ago
one year ago
Tags
aws