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
Question About The Auto Scaling Service Under

Question about the auto scaling service

Under extra_trains_conf when I supply a configuration file path, should it be a path on the trains server running the autoscale task, or should it be embedded in the AMI that will be launched?

  
  
Posted 4 years ago
Votes Newest

Answers 33


Make sure you're testing it on the same computer the autoscaler is running on

  
  
Posted 4 years ago

If the configurations and hyper params still appear properly in the task there's no need to rerun the wizard. just make sure you're using the updated trains repo

  
  
Posted 4 years ago

Now I remind you that using the same credentials exactly, the auto scaler task could launch instances before

  
  
Posted 4 years ago