No release in over a year
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
 Dependencies
 Project Readme

EcsAutoscalingScheduler

screen

Requirements

Installation

gem 'ecs_autoscaling_scheduler'

Usage

AWS_PROFILE=foo ecs_autoscaling_scheduler

Motivations

  • At this time, we can configure "target-tracking scaling" or "step scaling" for your ECS service through the AWS Management Console or copilot-cli, but somehow can not configure "scheduled scaling" (even though they have APIs to set up scheduled scaling).
  • Target-tracking scaling or step scaling is not enough for a spike access.

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.