EcsAutoscalingScheduler
Requirements
- Do
aws configure
- Register your ECS service as a scalable target
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
-
emacs CHANGELOG.md
(see https://keepachangelog.com/en/1.0.0/) emacs lib/ecs_autoscaling_scheduler/version.rb
bundle exec rake 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.