Posted in: Aws云上云维
AWS EC2 :: EBS-Optimized Instances
EBS 是 AWS EC2 的 persistent storage,從網路上的各種評測來看,表現接近 RAID over NFS。
Instance Type | Dedicated EBS Throughput |
---|---|
m1.large | 500Mbps |
m2.2xlarge | |
m3.xlarge | |
m1.xlarge | 1000Mbps |
m2.4xlarge | |
m3.2xlarge | |
c1.xlarge |
Manual 列出七種包含 EBS-Optimized 選項的 instance;若啓動時包含該選項,則 host 會保留特定頻寬與該 instance (加價購買),因此 EBS 的效能不會受限於 host 到 EBS host 的網路頻寬。
除了這些 instance 之外,Cluster (Compute, GPU, High-Memory) High I/O, High Storage 的 instance 網路能力較強 (10GbE),因此有能力吃滿各種 Provisioned-IOPS EBS Volumes。關於各種 instance 的網路能力請參閱 AWS EC2 user guide.