6 sudo yum install -y jq 현재 리전을 디폴트로 설정 $ export AWS_REGION=$(curl -s 169.254.169.254/latest/dynamic/instance-identity/document | jq -r '.region') echo "export AWS_REGION=${AWS_REGION}" | tee -a ~/.bash_profile aws configure set default.region ${AWS_REGION} 7 정보 확인 aws configure get default.region <3> 리파지토리 생성하기 aws ecr create-repository --repository-name hello-world aws ecr create-repository --repository-name django aws ecr create-repository --repository-name nginx