Unauthorized error istioctl

I have my EKS cluster, Below are the set of commands which I’m running
CONNECT TO EKS CLUSTER:

aws eks --region us-east-2 update-kubeconfig --name myeks

ISTIO INSTALLATION:

curl -L https://istio.io/downloadIstio | sh -
cd istio-1.9.2
export PATH=$PWD/bin:$PATH
istioctl install --set profile=demo -y
Getting unauthorized error when running istioctl install --set profile=demo -y