Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 612 Bytes

SCHEDULES_EXAMPLE.md

File metadata and controls

53 lines (36 loc) · 612 Bytes

Schedules Example

EC2

EC2 accept json or list format

  • Monday to Friday

JSON Format

{"workday": {"start": 8, "stop": 22}}

List Format

workday_start=8 workday_stop=22

ASG

AutoScaling Groups accept json or list format

  • Monday to Friday

JSON Format

{"workday": {"start": 8, "stop": 22}}

List Format

workday_start=8 workday_stop=22

RDS

RDS only list format is accepted

  • Thursday

List Format

thu_start=7 thu_stop=19

ECS

ECS format in list

List Format

daily_start=8 daily_stop=20 daily_stop-desired=0