Table of Contents | ||||
---|---|---|---|---|
|
...
EC2 API to get an Inventory Info.
Price:
Free for using API.
Traffic 요금: [Official] EC2 Outbound Data Transfer Price
인터넷에서 Amazon EC2로 데이터 전송 | |
모든 전송 데이터 | 0.00 USD(GB 기준) |
Amazon EC2에서 인터넷으로 데이터 전송 | |
최대 1GB/월 | 0.00 USD(GB 기준) |
다음 9.999TB/월 | 0.126 USD(GB 기준) |
다음 40TB/월 | 0.122 USD(GB 기준) |
다음 100TB/월 | 0.117 USD(GB 기준) |
150TB/월 초과 | 0.108 USD(GB 기준) |
Some pieces of using API.
Main - brief:
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
VM 인스터스의 목록 및 기본 정보 리스트 - 아래는 전체 내용 중 일부.
Sub - details:
각 인스턴스 선택 시, 조회할 수 있는 세부 항목들 중 일부.
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceStatus.htmlhttps://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypes.html
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVolumes.htmlEtc.
CloudWatch API
Info |
---|
AWS에서 사용되는 모든(대부분의) 서비스들에 대한 성능/상태/로그 등의 지표들은 현재 모두 CloudWatch로 통합하여 과금 제공된다. 그러므로, CPU, Memory, Disk 사용율 등의 hypervisor에서 추출할 수 있는 기본 지표들이라 하더라도, 물론 AMI(Amazon Machine Image)을 사용하여 생성한 VM 인스턴스에는 기본으로 탑재되어 있으나, |
...
여기에서는 CloudHub에서 사용할 API 요금 위주로만 살핀다.
GetMetricData | Monthly $0.01(≒ ₩12) per 1,000metrics requested
|
GetMetricStatistics | Monthly $0.01(≒ ₩12) per 1,000requests
|
...