개발/AWS

shell command로 aws 정보 찾기

파란 이야기 2020. 2. 1. 22:41

에전 방식이기는 하지만 linux shell에서 현재 ec2의 정보를 보는 법은 다음과 같다.

 

curl http://169.254.169.254/latest/meta-data/instance-type

 

instance-type 대신에 아래 값을 넣으면 관련 정보가 나온다.

현재도 동작하는지는 확인이 필요. 다만, 과거 정보 기록차 남겨둔다.

요즘에는 ec2 meta 하면 될 듯.

 

ami-id

ami-launch-index

ami-manifest-path

block-device-mapping/

hostname

instance-action

instance-id

instance-type

kernel-id

local-hostname

local-ipv4

mac

network/

placement/

public-hostname

public-ipv4

public-keys/

reservation-id

security-groups

services

'개발 > AWS' 카테고리의 다른 글

AWS Instance 이름만 출력 하기  (0) 2020.02.01
AWS EFS Mount  (0) 2020.02.01
S3 Command  (0) 2020.02.01