The AWS autoscaler is running as a https://github.com/allegroai/trains-server#trains-agent-services-- .
For services, we use a trains-agent
configure to be in services mode. Now, each āservice taskā you insert to the queue should run until you stop it.
So, you need the AWS autoscaler keep running, which the services agent provide you. The āservice taskā is still a task, so it should have a project and a task name (just one for ALL your projects).
You can always run things locally without this services agent (and you will need to control the services in this case).
What do you think?
Okay, so let me get this straight
The autoscaling is basically an ever-running task (lets say on the services
queue). Now, the actual auto scaling and which queues exist have nothign to do with that, and are configured in the auto scale task?
The wizard is part of trains, this is the part you need - https://allegro.ai/docs/examples/services/aws_autoscaler/aws_autoscaler/#running-using-the-script
About
I should first create a auto scaling group in AWS?
you donāt need to, but if you want, you can do it and pass the credentials to the wizard
permission management
Same as your aws credentials
and in the UI configuration I didn't understand where does permission management came into play
So prior to doing any work on the trains autoscaler servcice, I should first create a auto scaling group in AWS?
Oh... from the docs I understood that I don't have to run the script, that I can either configure it in the UI, or with the sscript (wizard) so I ignored it up until now
Hi WackyRabbit7
The DevOps
project is the project for the AWS autoscaler to run as a service. If you have other project that you run services from, you can change the name š
I mean I don't get how all the pieces add up
In the AWS autoscaler wizard, you need to enter your credentials to AWS. The wizard will use those so it should have the same permissions
Trains docs have at no point any mention on what should I do on the AWS interface... So I'm not sure at what point I should encounter this wizard
I'm going to play with it a bit and see if I can figure out how to make it work
What about permissions to the machines that are being spun up? For exampel if I want the instances to have specific permissions to read/write to S3 for example, how do I mange those?
no, just run the wizard and start the service (enqueue it or run it locally)
how do I run this wizard? is this wizard train's or aws's?
You can start by running the wizard, itās straightforward, just insert your values
I don't fully get it - it says it has to be enqueued
Do i need to copy this aws scaler task to any project I want to have auto scaling on? what does it mean to enqueue hte aws scaler?
So once I enqueue it is up? Docs says I can configure the queues that the auto scaler listens to in order to spin up instances, inside the auto scale task - I wanted to make sure that this config has nothing to do to where the auto scale task was enqueued to
So once I enqueue it is up?
If the trains-agent
is listening to this queue (services mode), yes.
Docs says I can configure the queues that the auto scaler listens to in order to spin up instances, inside the auto scale task - I wanted to make sure that this config has nothing to do to where the auto scale task was enqueued to
You are right, the auto scale task has nothing to do to where the auto scale task is enqueued
yep, but you need to have some initial run for the task to get into the UI (even remote execution mode)
The AWS autoscaler doesnāt related to other tasks, you can think about it as a service running in your Trains system.
and are configured in the auto scale task?
Didnāt get that š