Skip to content

Commit e4c04c7

Browse files
authored
Merge pull request #17525 from rifelpet/lbc-ami
Use ssm parameter for AMI ID in LBC scenario
2 parents 3e6894e + 37d4314 commit e4c04c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/scenarios/aws-lb-controller/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NETWORKING="amazonvpc"
2626
OVERRIDES="${OVERRIDES-} --set=cluster.spec.cloudProvider.aws.loadBalancerController.enabled=true"
2727
OVERRIDES="${OVERRIDES} --set=cluster.spec.certManager.enabled=true"
2828
OVERRIDES="${OVERRIDES} --master-size=t3.medium --node-size=t3.medium" # Use amd64 because LBC's E2E suite uses single-arch amd64 test images
29-
OVERRIDES="${OVERRIDES} --image=${INSTANCE_IMAGE:-099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20240906}"
29+
OVERRIDES="${OVERRIDES} --image=${INSTANCE_IMAGE:-ssm:/aws/service/canonical/ubuntu/server/24.04/stable/current/amd64/hvm/ebs-gp3/ami-id}"
3030

3131
# shellcheck disable=SC2034
3232
ZONES="eu-west-1a,eu-west-1b,eu-west-1c"

0 commit comments

Comments
 (0)