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 Tried To Deploy Clearml-Server On Ec2. I Followed The Instruction Written On This

Hi,
I tried to deploy Clearml-server on EC2. I followed the instruction written on this https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_aws_ec2_ami/#clearml-server-aws-community-amis . I can't access webserver via http://< Public DNS (IPv4) >:8080 .
Here's the configuration of EC2 instance.
t3.large, 30 GB memory AMI: ami-0ff02771ee1fa7c4d (my instance hosted in ap-southeast-1) Enable SSH access

  
  
Posted one year ago
Votes Newest

Answers 9


Well, if you created the instance with the correct settings allowing external access from port 8080, it should work

  
  
Posted one year ago

The output from the agent-services is normal and does not affect the server

  
  
Posted one year ago

StickySheep96 , Is it possible you raised the server locally on your machine and not the EC2 instance?

  
  
Posted one year ago

I launch new instance with the same configuration. Now, I can't access UI via localhost:8080 and also via http://< Public DNS (IPv4) >:8080 .

I also get these messages from agent-service

clearml-agent-services | % Total % Received % Xferd Average Speed Time Time Time Current clearml-agent-services | Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: connection refused Will retry in 10 seconds. 10 clearml-agent-services | Warning: retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: connection refused Will retry in 10 seconds. 9 clearml-agent-services | Warning: retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: connection refused Will retry in 10 seconds. 8 clearml-agent-services | Warning: retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: connection refused Will retry in 10 seconds. 7 clearml-agent-services | Warning: retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: connection refused Will retry in 10 seconds. 6 clearml-agent-services | Warning: retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: connection refused Will retry in 10 seconds. 5 clearml-agent-services | Warning: retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: connection refused Will retry in 10 seconds. 4 clearml-agent-services | Warning: retries left. 100 294 100 294 0 0 143k 0 --:--:-- --:--:-- --:--:-- 143k clearml-agent-services | {"meta":{"id":"d90f0daad06547a884b0b6615e435359","trx":"d90f0daad06547a884b0b6615e435359","endpoint":{"name":"debug.ping","requested_version":"2.23","actual_version":"1.0"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":"","error_data":{}},"data":{"msg":"ClearML server"}}CLEARML_API_ACCESS_KEY was not provided, service will not be started

  
  
Posted one year ago

But, somehow, I can access UI via localhost:8080

  
  
Posted one year ago

Also, are you maybe somehow tunneled into the EC2 instance and therefor may be seeing it as localhost?

  
  
Posted one year ago

Sorry for the confusing, I means I've launch EC2 instance with Community's AMI. Somehow, I can't access ClearML Server Web-App (UI) via http://<Public DNS (IPv4)>:8080 from my laptop. Does it correct behavior?

  
  
Posted one year ago

How can you run a browser on the EC2-instance?

  
  
Posted one year ago

When you say you can't get to localhost:8080 - how are you trying to get there? Using a browser?

  
  
Posted one year ago
574 Views
9 Answers
one year ago
one year ago
Tags