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...

How to create an AWS free-tier account

Creating an AWS account isn't all that difficult.  This should be your 2nd step in your AWS journey.  The first being a clear familiarization of the various AWS services and their functions.  If you are not at all familiar with any of them, I would suggest you check out my previous posts which briefly discusses the various core services available in AWS then come back here to create your AWS account. When creating an AWS account you will need the following: A registered email address.   A credit card note: don't worry about fees.  creating the free tier account is totally free.  and there is a list of services that you will have free access to within their respective usage parameters.  Just be aware of these parameters as you can be charged if you go over the usage limit for the free tier account.   Now that you have the requirements available, lets begin creating your account.   First click this:  AWS Free Tier and then...