The PgBouncer EC2 AMI is pinned to 20260218, which is 133 days old.
To find a more recent date-versioned path in your region:
aws ssm get-parameters-by-path \
--path "/aws/service/canonical/ubuntu/server/noble/stable/" \
--recursive \
--query "Parameters[?ends_with(Name, 'amd64/hvm/ebs-gp3/ami-id')].Name"
Then update the DEFAULT_AMI_SSM_PARAMETER constant in lib/database/PgBouncer.ts
and the @default tag in both PgBouncer.ts and lib/database/index.ts.
See: https://documentation.ubuntu.com/aws/aws-how-to/instances/find-ubuntu-images/
The PgBouncer EC2 AMI is pinned to
20260218, which is 133 days old.To find a more recent date-versioned path in your region:
Then update the
DEFAULT_AMI_SSM_PARAMETERconstant inlib/database/PgBouncer.tsand the
@defaulttag in bothPgBouncer.tsandlib/database/index.ts.See: https://documentation.ubuntu.com/aws/aws-how-to/instances/find-ubuntu-images/