Home > Blockchain >  AWS i3 vs i2 instances , what differenctiates their performance?
AWS i3 vs i2 instances , what differenctiates their performance?

Time:10-18

Referring to a post in AWS on difference between AWS i2 instance and i3, it is essentially using Amazon Linux AMI on Intel E5-2686 v4 (Broadwell) processor, so what exactly makes difference in performance between i2 and i3 instances, provided same specs?

CodePudding user response:

From Previous Generation Instances:

Compared to I2 instances, I3 instances have over 4x higher I/O performance, over 2x higher disk throughput and 18% more SSD per CPU. I3 instances offer Non-Volatile Memory Express (NVMe) based SSDs offering lower disk latencies than I2. I3 offers the lowest price per read IOPS of all EC2 instances.

  • Newer Intel Xeon Processors
  • Better Storage per instance
  • High Performance NVMe Instance Storage
  • ENA Support
  • Larger size (16.xlarge) with up to 15.2 TB of Storage
  • Better Price per GB of Instance Storage
  • Best Price per IOPS
  • Related