Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 411 Bytes

SCHEDULES_EXAMPLE.md

File metadata and controls

37 lines (25 loc) · 411 Bytes

Schedules Example

EC2

EC2 accept json or list format

  • Monday - 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