Skip to content

chore: update PgBouncer AMI pin (currently 20260218, 133 days old) #273

Description

@github-actions

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions