Home › Forums › AWS › AWS Certified Solutions Architect Associate › Magnetic EBS volumes are no longer a thing › Reply To: Magnetic EBS volumes are no longer a thing
-
Hi nathan-cho,
AWS still offers magnetic storage types with st1 and sc1. You can also create them manually on the EC2 console and they have their own use cases.
Example workloads with high throughput on a consistent basis, for use with EC2 instances and Amazon EMR clusters while providing very low costs.
Throughput Optimized HDD (st1) – Designed for high-throughput MapReduce, Kafka, ETL, log processing, and data warehouse workloads
Cold HDD (sc1) – Designed for workloads similar to those for Throughput Optimized HDD that are accessed less frequently
https://aws.amazon.com/blogs/aws/amazon-ebs-update-new-cold-storage-and-throughput-options/
https://aws.amazon.com/ebs/volume-types/
Regards,
Kenneth Samonte @ Tutorials Dojo
- This reply was modified 4 years, 2 months ago by TutorialsDojo-Support.