1. aws profile 정보를 다 입력 진행 후 진행하면 된다.
eks
aws eks update-kubeconfig --region region-code --name my-cluster
region-code : 리전코드를 입력하면된다.
예) ap-northeast-2
https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
name : kube 클러스터 이름을 입력해주면 된다.
예) my-cluster
https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/create-kubeconfig.html