DEV Community

Cover image for AWS Storage Gateway
2 1

AWS Storage Gateway

AWS Storage Gateway is a hybrid cloud storage service that allows on premise systems access to virtually unlimited cloud storage on AWS.

Storage gateway allow you to link on prem applications to AWS and cashing data locally for low latency access.

With Storage Gateway, it is easy to simplify storage management and drastically cut cost by going hybrid. It can also be used as Disaster Recovery strategy by making sure that backups are stored somewhere else and can be recovery in case of a disaster.

It is important to mention that storage gateway is nota free service. For more information regarding storage gateway prices , please check the link here

Image description

AWS Storage Gateway offers three different types of gateways: File Gateway, Volume Gateway and Tape Gateway.

  1. File Gateway store files as block on amazon S3 using NFS or SMB protocol.

Image description

  1. Volume Gateway is used to backup volume data as EBS snapshots in Amazon S3 using the Iscsi protocol. It has 2 types of volumes: Store Volumes and Cash Volumes.
  • a. Cache Volume store all on prem data on S3 and only keep recently accessed data locally.
  • b. Store Volume store the primary data locally while it is backups that data as EBS snapshot into S3.

Image description

  1. Tape Gateway (VTL) allow on prem orgs that already have a Tape Library to back up their virtual dates in S3

Image description

On the next post, I will be going into the details and also show how it is implemented.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Create a simple OTP system with AWS Serverless cover image

Create a simple OTP system with AWS Serverless

Implement a One Time Password (OTP) system with AWS Serverless services including Lambda, API Gateway, DynamoDB, Simple Email Service (SES), and Amplify Web Hosting using VueJS for the frontend.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay