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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南