{"id":22298990,"url":"https://github.com/ailisp/fastautoscaler","last_synced_at":"2025-11-07T07:03:48.757Z","repository":{"id":53529210,"uuid":"256617657","full_name":"ailisp/fastautoscaler","owner":"ailisp","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-25T23:37:42.000Z","size":74,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T20:18:59.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ailisp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-17T21:54:46.000Z","updated_at":"2020-07-02T20:41:21.000Z","dependencies_parsed_at":"2022-09-04T18:02:45.365Z","dependency_job_id":null,"html_url":"https://github.com/ailisp/fastautoscaler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Ffastautoscaler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Ffastautoscaler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Ffastautoscaler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailisp%2Ffastautoscaler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ailisp","download_url":"https://codeload.github.com/ailisp/fastautoscaler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556956,"owners_count":20634889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T18:02:32.353Z","updated_at":"2025-11-07T07:03:43.738Z","avatar_url":"https://github.com/ailisp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Autoscaler\n\nFast Autoscaler is a General purpose, very fast cloud vm autoscaler\n\nCompare to Cloud's built-in GCloud Managed Instances Group autoscaling and AWS Cloud Formation autoscaling. It's:\n- Much faster:\n  - Fast Autoscaler only time to create a new instance, usually less than 30 seconds\n  - Clouds's built-in's autoscalers takes several minutes waiting\n- Full control with config and API\n- Precise\n  - Fast Autoscaler creates exactly number of instance you need.\n  - AWS Cloud Formation must be configured to create N instance a time. If you need less than N instances, more instances are wasted and have to shutdown. If you need more than N instances, you need to wait another 3-5 minutes to trigger another scaling event.\n- Simple and straight forward control with config file and API\n- Support major cloud providers, include those don't have a builtin autoscaler: GCloud, AWS, Azure and DigitalOcean\n- (WIP) Easy to deploy: a docker container + a config file\n\n# Usage\n\nBefore dockerfile (wip) is ready, it's a little bit complicated to deploy this autoscaler:\n- Install gcloud cli, aws cli, digitalocean cli and azure cli and login. (Only need to install cloud providers in your config)\n- Install pyenv, pipenv\nCopy config.yml.example to config.yml and run.\n```\npipenv sync\nnohup pipenv run python app.py\n```\n\n# Config file\n\nTODO, see config.yml.example for now\n\n# API\n```\nPOST /machines\nbody:\n{\n  group_name: string\n  init_script?: string\n}\nresponse:\n{\n  machine_name: string\n}\n\nDELETE /machines/:machine_name\n\nDELETE /machines/ip/:machine_ip\n\nGET /machines\nGET /machines/:machine_name\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failisp%2Ffastautoscaler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Failisp%2Ffastautoscaler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failisp%2Ffastautoscaler/lists"}