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
Hello Community, I'M Planning To Deploy A Self-Hosted Clearml Server On Aws. Our Usage Pattern Is To Run It Intensively Once A Week, With A Few Additional Sessions During The Week To Review Results And Navigate The Ui. I Noticed Clearml Offers A Custom Am

Hello community, I'm planning to deploy a self-hosted ClearML server on AWS. Our usage pattern is to run it intensively once a week, with a few additional sessions during the week to review results and navigate the UI. I noticed ClearML offers a custom AMI, so I'm wondering if it's best to launch a regular On-Demand EC2 instance using that AMI—meaning we'd pay only for compute hours when it's running, plus storage costs when it's off. What approach would you recommend for this scenario? What are the other options you would consider? Thanks.

BTW, is there additional charges for using custom AMI provided by ClearML?

  
  
Posted one month ago
Votes Newest

Answers 5


Hi WittySeal70 , just to clarify, are you talking about the ClearML server itself or about agents?

From my understanding the AMI is simply an image with the ClearML server preloaded to it.

  
  
Posted one month ago

Thank you!

  
  
Posted one month ago

not the agents

  
  
Posted one month ago

Hi CostlyOstrich36 I'm talking about ClearML server itself

  
  
Posted one month ago

Then you can certainly do that if you don't mind the downtime or the time it takes to spin up the machine on AWS.

Regarding any charges, this should be specified by AWS itself, I'm not familiar with anything on the ClearML side

  
  
Posted one month ago
123 Views
5 Answers
one month ago
one month ago
Tags