diff --git a/scripts/aws/aws-start.sh b/scripts/aws/aws-start.sh index 102d596..d358fe3 100755 --- a/scripts/aws/aws-start.sh +++ b/scripts/aws/aws-start.sh @@ -16,7 +16,7 @@ curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/d mv /tmp/eksctl /usr/local/bin; \ eksctl version -curl -o aws-iam-authenticator https://s3.us-west-2.amazonaws.com/amazon-eks/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator; \ +curl -Lo aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.22/aws-iam-authenticator_0.6.22_$(uname -s)_amd64; \ chmod 755 aws-iam-authenticator; \ mv ./aws-iam-authenticator /usr/local/bin