Skip to content

Instantly share code, notes, and snippets.

View sagoyanfisic's full-sized avatar
🎯
Focusing

Yancel Moises sagoyanfisic

🎯
Focusing
View GitHub Profile
@sagoyanfisic
sagoyanfisic / StopServices-At-Scheduled-Interval.yaml
Created September 2, 2023 18:41 — forked from roxsross/StopServices-At-Scheduled-Interval.yaml
Yaml template to stop AWS Services like RDS, Aurora, EKS in scheduled interval
AWSTemplateFormatVersion: '2010-09-09'
Transform: 'AWS::Serverless-2016-10-31'
Description: Yaml template to stop AWS Services like RDS, Aurora, EKS in scheduled interval
Parameters:
#general params
ScheduleExpression:
Type: String
Description: Schedule expressions using cron
Default: cron(30 4 * * ? *)