반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 도커
- Kafka
- AWS CI/CD 구축하기
- VPN
- chartjs
- redis
- kubeflow
- JavaScript
- SQL
- Jenkins
- Spring
- bootstrap
- PostgreSQL
- node
- Python
- java bigdecimal
- chart.js
- codedeploy
- COALESCE
- codedeploy error
- codepipeline
- IntelliJ
- Airflow
- aws
- codebuild
- Spring Error
- or some instances in your deployment group are experiencing problems.
- docker
- Flux
- aws cicd
Archives
- Today
- Total
Small Asteroid Blog
[aws] aws 제어 방법 CLI(command line interface) 본문
728x90
콘솔창에
$ aws ec2 describe-instances
GUI 에서 볼 수 있는 환경을 텍스트로 보여줌
$ aws ec2 describe-instances | grep PublicIP
PublicIP 에 대해서만 추출 가능
CLI 단점
어떤 명령어가 있는지 알아야 하기 때문에 명령어에 대해 알아봐야한다는 단점 존재
CLI 장점
커맨드 방식만 익히면 gui 보다 편리하게 시스템 제어 가능
728x90
반응형