We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8041bd commit 86d7633Copy full SHA for 86d7633
cdk/PatchManager.ts
@@ -30,7 +30,7 @@ export class PatchManagerStack extends Stack {
30
{
31
name: 'patch-maintenance-window',
32
description: 'Weekly patching using AWS default patch baseline',
33
- schedule: 'cron(0 3 ? * SUN *)', // Sundays 03:00 UTC
+ schedule: 'cron(0 7 ? * WED *)', // Wednesdays 07:00 UTC
34
duration: 3,
35
cutoff: 1,
36
allowUnassociatedTargets: false,
0 commit comments