AWS CLI 명령어 모음 (계속)
aws-cli 내용 명령어 작동중인 instance에서 public ip 얻어오기 $ aws ec2 describe-instances --filters Name=instance-state-name,Values=running --query Reservations[*].Instances[*].PublicIpAddress [ [ "34.220.110.131" ] ] aws에 사용자 등록하기 default aws configure 추가사용자 등록 aws configure --profile 명령어 실행시 기본 사용자 정의하기 export AWS_PROFILE= or export AWS_PROFILE= or (windows) setx AWS_PROFILE 현재 설정 정보 aws configure list 모든 프로..