티스토리 뷰

공부

[AWS] CLI(Command-line interface)

승가비 2022. 4. 21. 07:19
728x90
aws configure

aws --profile 프로파일명 ec2 describe-instances --query 'Reservations[*].Instances[*].PublicDnsName[]'

https://yonguri.tistory.com/41

 

AWS CLI(Command Line Interface) 초기 설정 및 프로파일 추가방법

AWS CLI 초기설정 aws cli가 정상적으로 설치되면 ~/.aws 폴더가 생성된다. 앞으로 설정할 초기설정들과 접속정보 프로파일의 추가는 이 폴더에서 생성되는 config 와 credentials파일을 통해 처리된다. 기

yonguri.tistory.com

 

 

728x90
댓글