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
gefragt vor 4 Jahren872 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen