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, I Have An Aws Autoscaler Based On The Sample Autoscaler Example Posted In Clearml Git. My Instances Need Random External Ip On Init. Is There A Way To Edit The Yaml Created By The Python Script To Do So?

Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to edit the yaml created by the python script to do so?

  
  
Posted 4 months ago
Votes Newest

Answers 3


Hi @<1639799308809146368:profile|TritePigeon86> , you mean that in order to initialize machines in ec2 you need to provide some external ip or you need to pass the external ip as a parameter in order for the job to run?

  
  
Posted 4 months ago

hi, the first one. some ip for each instance for init.

  
  
Posted 4 months ago

@<1523701070390366208:profile|CostlyOstrich36> do you have any tips regarding this?

  
  
Posted 3 months ago
210 Views
3 Answers
4 months ago
3 months ago
Tags