Autoscaling GitLab Runner on AWS EC2 & Docker+Machine?

Hi,

Super simple question.
I am looking into changing our runners to AWS EC2 autoscaling setup through the docs.
https://docs.gitlab.com/runner/configuration/runner_autoscale_aws/

But it’s written about Docker+Machine, but that is deprecated by Docker, so what is the replacement?

GitLab is maintaining a fork of docker machine that you can find here.

Documentation can be found here.

Hope this helps you.