Friends,
In this post, I want to talk to you about different storage options on AWS. AWS gives us following types of storage options:
- EBS: Think of it like a disc of your server. It is Block-level storage and hence most suitable for very fast read and write operations at the same time. E.g. OS, databases etc. These are connect over network to the EC2 instances (like SAN).
- Instance Storage:This is again block level disc with your EC2 instances, but they are local on the physical host. These are non-persistent discs.
- EFS: This is available as an equivalent of NFS. You can mount an EFS to multiple EC2 instances.
- S3: Object level storage. Objects (files) are accessed via their keys. This is suitable for storing files which can be accessed by an application via AWS API. Do not use this as a disc or mount it to EC2 instances.
- Glacier: This is the archival service from AWS. Instead of doing archival on tapes (on-premises), you may choose to archive to Glacier. It is cheapest form of storage. A video on Glacier is coming soon.
SUBSCRIBE to our blog by putting and verifying your email on right side. Also, please join us in the LIVE session this Sunday 9pm IST at https://www.youtube.com/watch?v=QLGyQF1tptE
SHARE the article with your friends if you are able to understand different storage options on AWS.
No comments:
Post a Comment