Skip to main content

Posts

Showing posts with the label Storage Services

AWS Storage Services

The Storage Services comprises of various services that offer storage services as its name literally implies.  Here you will find services that offer object-based storage, block-based storage, storage for long term archiving, and storage options to use for backup and restore purposes. Here is a list of the currently available Storage Services from AWS. S3        - This is basically a virtual disk in the cloud which you can use to store objects.  It has virtually no limit in capacity and can accommodate a 5TB single file size.  Note that this is an object based storage which means that you cannot use it to load and run applications or databases on. EFS (Elastic File System)        - Amazon Elastic File System (EFS) provides simple, scalable file storage for use with Amazon EC2 instances.  Amazon EFS is easy to use and offers a simple interface that allows you to create and configure file systems quickly and easily. ...