Skip to main content

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.  With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and remove files, so your applications have the storage they need when they need it.
       - This is a file based storage that you can share between instances.  You can also store and run applications on this.

Glacier
       - Amazon Glacier is a secure, durable, and extremely low-cost cloud storage service for data archiving and long-term backup.  Customers can reliably store large or small amounts of data for as little as $0.004 per Gigabyte per month, a significant savings compared to on-premise solutions.
       - This is best suitable for data that needs to be archived for regulatory compliance purpose throughout their retention schedules.  It should be used for data that is not frequently accessed.  Retrieving data from Glacier takes around 3-5 hours.

Storage Gateway
       - Amazon Storage Gateway is a hybrid storage service that enables your on-premise applications to seamlessly use AWS storage.  You can use the service for backup and archiving, disaster recovery, cloud bursting, storage tiering, and migration.  Your applications connect to the service through a gateway appliance using standard storage protocols such as NFS and iSCSI.  The Gateway connects to AWS storage services, such as Amazon S3, Amazon Glacier, and Amazon EFS, providing storage for files, volumes, and virtual tapes in AWS.  The service includes a highly-optimized data transfer mechanism, with bandwidth management, automated network resilience, and efficient data transfer, along with a local cache for low-latency on-premise access to your most active data.
       - It is a virtual machine that you install on-prem which is used to communicate to AWS storage services.

FSx
       - Amazon FSx provides fully managed third-party file systems with the native compatibility and feature sets for workloads such as Microsoft Windows-based storage, high-performance computing, machine learning, and electronic design automation.  Amazon FSx supports two file system types: Lustre and Windows File Server.

AWS Backup
       - AWS Backup is a fully managed backup service that makes it easy to centralize and automate the backup of data across AWS services in the cloud as well as on premises. 







Comments

  1. Nice blog... Disaster recovery AWS is a continual process of analysis and improvement, as business and systems evolve.

    ReplyDelete

Post a Comment

Popular posts from this blog

Welcome!

Hello dear readers! Welcome to my blog where I present the world of cloud computing on AWS.  Here you will find information that'll help you understand what it is, where it is, and how you can use it.  This blog will include AWS facts and news, use cases and projects, guides and instructions, tips and tricks, and a whole lot more to follow as I continue to develop this site to be a one stop shop for everyone wanting to know how AWS ome AWS is. (wink.. wink...) So keep on reading through the articles to find what you want and feel free to comment on what contents you would like to see in the future.  Have a great day everyone!

AWS End User Computing

The End User Computing category comprises of services which cater to Workstation Services needs.  It provides virtualized computer terminals as well as an Application Streaming service in a client-server setup. Here are the two services that are currently in this category. WorkSpaces        - Amazon Workspaces enables you to provision virtual, cloud-based Microsoft Windows desktops for your users, known as WorkSpaces.  It eliminates the need to procure and deploy hardware or install complex software.  You can quickly add or remove users as your needs change.  Users can access their virtual desktops from multiple devices or web browsers.        - Virtual terminals (VDI).  A way of having your desktop in the cloud. WorkDocs        - Amazon WorkDocs is a fully managed, secure, enterprise storage and sharing service with strong administrative controls and feedback capabilities that improve user prod...

AWS Machine Learning Services

The Machine Learning Services category comprises of several services that cater to the use of machine learning technology.  The managed services make it easy for application developers to build smart and robust application that make use of ML models.   Here is a list of all the current Machine Learning services available.  Amazon SageMaker        - Build, train, and deploy machine learning models at scale.  This allows for the quickest way to get ML Models from idea to production. Amazon Comprehend        - Amazon Comprehend is a continuously-trained natural language processing service.        - It's free to try and easy to get started analyzing unstructured text like customer reviews and news articles. DeepLens        - Deep learning-enabled video cameras.  AWS DeepLens is powerful enough for experts, but designed to help developers get started quickly with litt...