core 갯수가 있더라고 CPU 사양이 있기 때문에 이것까지 반영하여 만든 성능 수치
Q: What is a “EC2 Compute Unit” and why did you introduce it?
Transitioning to a utility computing model fundamentally changes how developers have been trained to think about CPU resources. Instead of purchasing or leasing a particular processor to use for several months or years, you are renting capacity by the hour. Because Amazon EC2 is built on commodity hardware, over time there may be several different types of physical hardware underlying EC2 instances. Our goal is to provide a consistent amount of CPU capacity no matter what the actual underlying hardware.
Amazon EC2 uses a variety of measures to provide each instance with a consistent and predictable amount of CPU capacity. In order to make it easy for developers to compare CPU capacity between different instance types, we have defined an Amazon EC2 Compute Unit. The amount of CPU that is allocated to a particular instance is expressed in terms of these EC2 Compute Units. We use several benchmarks and tests to manage the consistency and predictability of the performance from an EC2 Compute Unit. The EC2 Compute Unit (ECU) provides the relative measure of the integer processing power of an Amazon EC2 instance. Over time, we may add or substitute measures that go into the definition of an EC2 Compute Unit, if we find metrics that will give you a clearer picture of compute capacity.
http://aws.amazon.com/ec2/faqs/#What_is_an_EC2_Compute_Unit_and_why_did_you_introduce_it
'AWS' 카테고리의 다른 글
[공유] AWS 오픈 가이드 (0) | 2016.10.17 |
---|---|
EMR 상에서 Spark Web UI를 보고 싶은 경우 (0) | 2016.10.11 |
ec2 인스턴스에서 sudo pip이 안되는 경우 (0) | 2016.09.06 |
CLI에서 원하는 EMR 클러스터 아이디 뽑아내기 (0) | 2016.08.25 |
CLI에서 JSON 결과에 query를 보내서 원하는 결과만 보기 (0) | 2016.08.25 |
EMR상에서 Resource Manager 재시작하기 (0) | 2016.03.08 |
EMR 4.2.0에서 zeppelin 포트 변경 (0) | 2015.12.09 |