Skip to content

Commit 72a753c

Browse files
authored
Merge pull request #97 from unity-sds/eks_1_29_ami_update
Update deployment script to point to current MCP AMI
2 parents 2e3451c + 429327b commit 72a753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nightly_tests/set_common_ssm_params.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ CERTIFICATE_ARN_VAL=$(get_ssm_val "${CERTIFICATE_ARN_SSM}")
119119
# SSM: /unity/account/eks/amis/aml2-eks-1-29
120120
#
121121
EKS_AMI_29_SSM="/unity/account/eks/amis/aml2-eks-1-29"
122-
EKS_AMI_29_VAL=$(get_ssm_val "/mcp/amis/aml2-eks-1-29")
122+
EKS_AMI_29_VAL=$(get_ssm_val "/mcp/amis/aml2023-eks-1-29")
123123
refresh_ssm_param "${EKS_AMI_29_SSM}" "${EKS_AMI_29_VAL}" "processing" "na" "vpc" "unity-all-cs-processing-aml2Eks129Ssm"
124124

125125
#

0 commit comments

Comments
 (0)