# EC2 Shop - EC2 인스턴스 가격정보 편하게 보기

> Clean Markdown view of GeekNews topic #2370. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2370](https://news.hada.io/topic?id=2370)
- GeekNews Markdown: [https://news.hada.io/topic/2370.md](https://news.hada.io/topic/2370.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-02T09:31:44+09:00
- Updated: 2020-07-02T09:31:44+09:00
- Original source: [ec2.shop](https://ec2.shop/)
- Points: 6
- Comments: 3

## Topic Body

- 리젼별 / 인스턴스 종류별로 EC2 가격 편하게 보기

- 쉘에서 CURL 로도 쉽게 볼 수 있음 (JSON으로도 리턴 가능)

- 인스턴스 타입 / 메모리 / vCPU / 저장소 / 네트웍 / 시간당 비용 / 월간 비용

- 스팟 인스턴스 가격은 5분마다 가져와서 갱신

## Comments



### Comment 2163

- Author: sduck4
- Created: 2020-07-02T17:01:24+09:00
- Points: 1

온디멘드의 경우에 예전 가격을 볼 수가 없어서 싸진건지 비싸진건지 파악이 어려운데,

온디멘드 가격 히스토리를 볼 수 있는 사이트가 있었으면 좋겠내요.

스팟 가격은 콘솔에서 볼 수 있던데 말이죠.

https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/using-spot-instances-history.html

### Comment 2164

- Author: xguru
- Created: 2020-07-02T17:24:47+09:00
- Points: 1
- Parent comment: 2163
- Depth: 1

얘 코드 보니 가격을 JSON 으로 기록하던데 그걸 버전별로 기록해두면 히스토리 보는거 가능은 하겠네요...

### Comment 2156

- Author: xguru
- Created: 2020-07-02T09:31:48+09:00
- Points: 1

많이 쓰는 한국 리전의 t2,t3만 본다면 요런 주소로 가능합니다.

https://ec2.shop/?region=ap-northeast-2&filter=t2,t3

curl -H 'accept: json' 'https://ec2.shop/?region=ap-northeast-2&filter=t2'
