25๋ ๋ AWS EKS Hands-on Study ์คํฐ๋ ์ ๋ฆฌ ๋ด์ฉ์ ๋๋ค. ์ค์ต ํ๊ฒฝ ๊ตฌ์ฑCloudFormationcurl -O https://s3.ap-northeast-2.amazonaws.com/cloudformation.cloudneta.net/K8S/myeks-2week.yamlaws cloudformation deploy --template-file ~/Downloads/myeks-2week.yaml \ --stack-name myeks --parameter-overrides KeyName=[my key] \ SgIngressSshCidr=$(curl -s ipinfo.io/ip)/32 --region ap-northeast-2# ec2 ip ์ถ๋ ฅaws cloudformation..