Skip to content

Commit e2325fa

Browse files
Switch windows update schedule to run on Mondays at 2AM
Co-authored-by: katebobyn-nhs <[email protected]>
1 parent e1a3c6e commit e2325fa

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/modules/powerbi-gw-ec2

1 file changed

+1
-1
lines changed

terraform/account-wide-infrastructure/modules/powerbi-gw-ec2/ec2.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_instance" "powerbi_gw" {
2323

2424
resource "aws_ssm_maintenance_window" "updates" {
2525
name = "windows-updates"
26-
schedule = "cron(0 2 ? * SUN *)" # Sunday 2am UTC
26+
schedule = "cron(0 2 ? * MON *)" # Monday 2am UTC
2727
duration = 3
2828
cutoff = 1
2929
}

0 commit comments

Comments
 (0)