Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In AWS, there are 5 types of EBS storage/disk Volumes you can attach to your EC2 instance: General Puporpose SSD (API code: gp2), Provisioned IOPS SSD (API code: io1), [...] [...] [...] (API code: [...] ), COLD HDD (API code: sc1), and Magnetic (API code: standard)
Answer

Throughput Optimized HDD (API code: st1)

^^ General Purpose SSD (gp2), is for most workloads (is default)
^^^ Provisioned IOPS (input/outputs per second) SSDS (io1), is for read/write intensive workloads, e.g. databases
^^^^ Throughput optimized HDD (st1), is for big data and data warehousing, because magnetic HDD disks are for large data sizes but slow read/write
^^^^^ Cold HDD (sc1), is for things like File Servers (less read/writes), even slower than Throughput Optimized HDD
^^^^^^ Magnetic (standard) is the slowest so is for data archiving (if you choose not use glacier)


Question
In AWS, there are 5 types of EBS storage/disk Volumes you can attach to your EC2 instance: General Puporpose SSD (API code: gp2), Provisioned IOPS SSD (API code: io1), [...] [...] [...] (API code: [...] ), COLD HDD (API code: sc1), and Magnetic (API code: standard)
Answer
?

Question
In AWS, there are 5 types of EBS storage/disk Volumes you can attach to your EC2 instance: General Puporpose SSD (API code: gp2), Provisioned IOPS SSD (API code: io1), [...] [...] [...] (API code: [...] ), COLD HDD (API code: sc1), and Magnetic (API code: standard)
Answer

Throughput Optimized HDD (API code: st1)

^^ General Purpose SSD (gp2), is for most workloads (is default)
^^^ Provisioned IOPS (input/outputs per second) SSDS (io1), is for read/write intensive workloads, e.g. databases
^^^^ Throughput optimized HDD (st1), is for big data and data warehousing, because magnetic HDD disks are for large data sizes but slow read/write
^^^^^ Cold HDD (sc1), is for things like File Servers (less read/writes), even slower than Throughput Optimized HDD
^^^^^^ Magnetic (standard) is the slowest so is for data archiving (if you choose not use glacier)


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.