본문 바로가기
AWS

EC2 - curl 명령으로 public IP 확인하는 방법

by freesunny 2020. 6. 11.

curl 명령으로 할당된 public ip를 확인할 수 있다.

# public ip 출력
curl http://169.254.169.254/latest/meta-data/public-ipv4