The project is in a healthy, maintained state
A CLI to manage scheduled scaling for ECS services
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

EcsAutoscalingScheduler

screen

Requirements

Installation

gem 'ecs_autoscaling_scheduler'

Usage

AWS_PROFILE=foo ecs_autoscaling_scheduler

Motivations

  • As of August 2022, there was no way to configure Scheduled Scaling from the AWS Management Console (even though they have APIs to set it up).
    • It is now possible to configure it, so perhaps this tool is no longer needed.

Development

  • Check current behavior from console
    • bin/console
  • Check current behavior as entire gem
    • bin/run
  • Release

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/megane42/ecs_autoscaling_scheduler.

License

The gem is available as open source under the terms of the MIT License.