diff --git a/tools/aws-assume-role.sh b/tools/aws-assume-role.sh index 182de7177..ee7478a07 100755 --- a/tools/aws-assume-role.sh +++ b/tools/aws-assume-role.sh @@ -19,7 +19,7 @@ # # Change the AWS account ID & role name # -ROLE="arn:aws:iam::126827061464:role/KubernetesAdmin" +ROLE="arn:aws:iam::111111111111:role/AssumedAdmin" # # You can leave the rest of thre script as is