paint-brush
How can my business benefit from AWS Pt 2 : Which storage service to use?by@febin
562 reads
562 reads

How can my business benefit from AWS Pt 2 : Which storage service to use?

by Febin John JamesMarch 21st, 2017
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

This is a continuation of <a href="https://hackernoon.com/how-can-my-business-benefit-from-aws-pt-1-214220b996ce#.b0qkso4ls" target="_blank">How can my business benefit from AWS Pt 1</a>&nbsp;. In part two of the series I will cover about the storage section of AWS. <em>If you have any doubts or find terms difficult to understand, please comment here. I can improve the story and this can benefit a lot of people.</em>

People Mentioned

Mention Thumbnail

Company Mentioned

Mention Thumbnail
featured image - How can my business benefit from AWS Pt 2 : Which storage service to use?
Febin John James HackerNoon profile picture


This is a continuation of How can my business benefit from AWS Pt 1 . In part two of the series I will cover about the storage section of AWS. If you have any doubts or find terms difficult to understand, please comment here. I can improve the story and this can benefit a lot of people.

Make sure you follow Hackernoon and me (Febin John James) . If you need help with any specific topic on cloud computing, you can use this form to make requests.

If you are interested in making apps on cloud , do checkout my book Cloud Is a Piece of Cake on Amazon.

AWS S3

AWS S3 (Amazon Simple Storage Service) allows you to store files for public access. If you have files which a lot of users access frequently, S3 works perfect. Such as images of this blog article which thousands of readers access is an example.

AWS EFS

AWS EFS is a storage for EC2 Instances or virtual machines. It works on an actual file system. This allows your virtual machines to access data very fast. For internal access AWS S3 is not preferable because they work on HTTP protocol and is very slow for frequent access. If you are self hosting your database , EFS is a good storage option.

AWS Glacier

AWS Glacier allows you to store data for infrequent access. It’s made for storing backups. The price is significantly less compared to S3. Remember this is not a good option if you want frequent access.

AWS Storage Gateway

AWS Storage Gateway is a good option when your on-premise app want to access data from the cloud. It gives you access to data with a very low latency. This is a good use case for enterprise applications.

In order to calculate prices you can use this tool.

You can also join my mailing list Cloud Computing Stories. I will use this to notify you if I write new stories or books on Cloud Computing.