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
Profile picture
CloudyWalrus66
Moderator
2 Questions, 13 Answers
  Active since 22 January 2025
  Last activity 8 months ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
8 months ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hi everyone, I'm setting up aws autoscaler. is it possible to configure spot fleet ?
aws
8 months ago
0 Hi All, I'M Trying To Set Up Aws Autoscaler To Spin Up Ec2 Instances From Predefined Ami So I Was Able To Set Up The Autoscaler, But I Am Experiencing Some Issues With Spinning Up The Ec2 Instance. Seems Like It Keeps Failing (Spinning Up An Instance, The

this time it got stuck...

2025-01-22 12:54:32
2025-01-22 10:54:27,220 - clearml.Auto-Scaler - INFO - --- Cloud instances (0): 
2025-01-22 10:54:27,697 - clearml.Auto-Scaler - INFO - Idle for 60.00 seconds
2025-01-22 12:55:32
2025-01-22 10:55:28,230 - clearml.Auto-Scaler - INFO - Found 1 tasks in queue 'default'
2025-01-22 10:55:28,235 - clearml.Auto-Scaler - INFO - Spinning new instance resource='pe-jobs', prefix='dynamic_aws', queue='default'
2025-01-22 10:55:28,236 - clearml.Auto-Scal...
8 months ago
0 Hi All, I'M Trying To Set Up Aws Autoscaler To Spin Up Ec2 Instances From Predefined Ami So I Was Able To Set Up The Autoscaler, But I Am Experiencing Some Issues With Spinning Up The Ec2 Instance. Seems Like It Keeps Failing (Spinning Up An Instance, The

I added these commands to init script and found that its true, the environment uses python 2.7, it's a venv that clearml agent created:

[  276.668028] cloud-init[1895]: -su: /usr/bin/bash: No such file or directory
[  276.670523] cloud-init[1895]: + python --version
[  276.671649] cloud-init[1895]: Python 2.7.17
[  276.672276] cloud-init[1895]: + which python
[  276.673469] cloud-init[1895]: /clearml_agent_venv/bin/python
8 months ago
0 Hi All, I'M Trying To Set Up Aws Autoscaler To Spin Up Ec2 Instances From Predefined Ami So I Was Able To Set Up The Autoscaler, But I Am Experiencing Some Issues With Spinning Up The Ec2 Instance. Seems Like It Keeps Failing (Spinning Up An Instance, The

I manually launched an instance from the same ami, ssh'ed into and run:
$ python --version
Python 3.7.6
$ which python
/home/ubuntu/anaconda3/bin/python

this instance also have both python 2 and python 3
$ /usr/bin/python3 --version
Python 3.6.9

$ /usr/bin/python --version
Python 2.7.17

8 months ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

hi @<1523701070390366208:profile|CostlyOstrich36> thanks for replying
If I'm not mistaken, fleet feature allows you to define more than one instance type thereby expanding the spot pool and lowering the chances of lack of availability occasions

8 months ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

thanks for the reference, I already reviewed it, but unfortunately could not find any presence or information of this topic (ecr)

8 months ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

maybe you could help me with this question as well -
can i use docker image registered in aws ecr ?

8 months ago
8 months ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

for general understanding - when a task is enqueued when does the autoscaler kicks in? assuming i wasn't using docker, would the agent try to install all the dependencies on my local machine?

8 months ago