<3> 테스트를 위한 EC 2대 수동 생성 or Cloudformation으로 생성 그냥 수동으로 EC2 2대 생성 하자. or 1 Cloudformation 스택이름 eks-work-host 도쿄 my-iampc-jp.yaml 싱가포르 my-iampc-sp.yaml 서울 my-iampc.yaml t3로 배포 - ClusterBaseName** : 반드시 'EKS' 배포할때의 'ClusterBaseName' 이름과 동일하게 설정할것! - MyIamUser1AccessKeyID, MyIamUser1SecretAccessKey : dev-aws 의 액세스키/시크릿키 입력 - MyIamUser2AccessKeyID, MyIamUser2SecretAccessKey : infra-aws 의 액세스키/시크릿키 입력 my-iampc.yaml 2 웹 콘솔 > ec2 에서 확인 3 eks-work-host 의 vpc, subnet, 공인IP 확인? 스택이름 eks-work-host aws cloudformation describe-stacks --stack-name eks-work-host --query 'Stacks[*].Outputs[*]' --output text RouteTable rtb-0b820e9c448f91e5a VPC vpc-0ddf7e3cfecb2b79a WorkerSubnets subnet-035eb98554cafec80,subnet-0e57e80cbcaa8da39,subnet-083174b1cc7cc5ce7 eksctlhost 18.139.111.168 4 user1-host , user2-host ec2에 각각 ssh 접속하여 자격증명 확인 aws sts get-caller-identity export |grep AWS grep AWS ~/.bashrc aws s3 ls