Migrating from on-prem to AWS - NAS and SAN

0

A customer is migrating from on-prem to AWS, for this migration one of the requirement is to use 750 GB NAS and 128GB SAN storage. Cx need to build 4 or 5 ec2 instances behind a ELB along with the storage. From AWS point of view what storage can we can suggest to Cx? How cx need to configure NAS and SAN.

AWS
質問済み 4年前864ビュー
1回答
0
承認された回答

Depending on their application, the most cost-effective and resilient storage is to use S3 - though this is not a simple switch since the interface is different to that used by most SAN and NAS products.If they require the storage for running applications for which we have managed services for (e.g. RDS) they may not need any storage (or compute) and instead use those services.

SAN maps to EBS - they can create EBS volumes and attach to EC2 instances similar to using SAN (but without the management headache of the SAN).

NAS would map to a number of different storage services - depending on the protocols the customer use to connect to NAS. They could use EFS for NFS shares, FSx for Windows for Windows SMB shares, File Gateway for storing data on S3 with an SMB of NFS shares.

AWS
エキスパート
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ