aws-solutions/instance-scheduler-on-aws

Provide a way to specify weekdays after an nth weekday

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

Microsoft have patch Tuesdays on every 2nd Tuesday of the month. I want to be able to set patching schedules for subsequent weekends concisely. Currently this is not possible as some months this will be the 2nd weekend, others it'll be the 3rd, and in some cases, it'll be the 2nd Saturday but the 3rd Sunday.

Describe the feature you'd like

Something like

weekdays: tue#2|Sat-Sun     # i.e. first sat sun after the 2nd tue
weekdays: tue#2|Sat#2-Sun#2 # i.e. second sat sun after the 2nd tue

Additional context

Thanks for reaching out. We will evaluate this internally.