You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pin AWS operator AMI base image to last known-good AL2023
The latest AL2023 base image (most_recent=true) regressed SSM session
stability: the Packer build hangs on a task transition until SSM's 20-min
idle timeout fires, then dies with StartSession 403 (no AMI produced).
Pin source_ami per region to the May 25 green build:
us-east-1 (UID2) ami-0236922087fa98b6e
eu-central-1 (EUID) ami-08b013271cfc23534
The most_recent filter is left commented in source.pkr.hcl for an easy
revert once the SSM connection regression is resolved.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: scripts/aws/uid2-operator-ami/vars.pkr.hcl
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ variable "region" {
18
18
default="us-east-1"
19
19
}
20
20
21
+
variable"source_ami" {
22
+
description="Base AMI to build on. Pinned per region in *.pkrvars.hcl while the latest AL2023 image has the SSM session-stability regression (swi-fix-ami-timeout)."
0 commit comments