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 All, I Setup Clearml On An Ec2 Instance Using The Community Ami. I Have Pointed A Domain To The Instance. Now How Do I Setup For Ssl? I Can’T Seem To Find A Guide For Ec2. Thank You!

Hello all, I setup ClearML on an EC2 instance using the community AMI. I have pointed a domain to the instance. Now how do I setup for SSL? I can’t seem to find a guide for EC2. Thank you!

  
  
Posted 2 years ago
Votes Newest

Answers 3


Hi GrittyCormorant73 ,

Whats the status of you server? did you follow https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_aws_ec2_ami#clearml-server-aws-community-amis ?

  
  
Posted 2 years ago

TimelyPenguin76 yes, I followed that guide. I got it up and running with my domain. But I’m not sure how to install SSL certificate for this

  
  
Posted 2 years ago

SSL termination is done by the elastic load balancer (elb), let me search for some info about it

  
  
Posted 2 years ago
573 Views
3 Answers
2 years ago
one year ago
Tags