반응형
aws 전체 리전에 생성된 VM 목록 조회
for region in `aws ec2 describe-regions --output text | cut -f3` |
for region in `aws ec2 describe-regions --output text | cut -f3` |
jq 설치 (@centos)
wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 chmod +x ./jq cp jq /usr/bin |
반응형