EC2 instance with 80TB storage

0

Hi AWS Experts,

I have a requirement for a Windows Server 2016 EC2 instance with 80TB storage attached to it. I found out that the limit for windows server with EBS volume is 16 TB.
I cannot have S3 as the storage because of high I/O in my use case and S3 makes it slow. Any other recommendations would be much appreciated.

Thanks,
Shruti

posta 5 anni fa253 visualizzazioni
4 Risposte
0

One thing to take a look at would be Amazon FSx for Windows File Server. It can handle up to 64TiB per storage system (and you can run multiple). This might do the trick to get you over the line.

A Volume Gateway running Cached Mode will give you up to 32TiB, and the caching might resolve some of your I/O issues. Again, you can run multiple volumes per gateway.

The other things you could include using Ephemeral Storage. For high I/O, I'm thinking m5d instances, unless you need really high I/O with an i3 instance. You'd just have to be thinking about backup and recovery processes, which could be pretty nightmarish.

References:
https://aws.amazon.com/fsx/windows/
https://docs.aws.amazon.com/fsx/latest/WindowsGuide/limits.html
https://docs.aws.amazon.com/storagegateway/latest/userguide/resource-gateway-limits.html

con risposta 5 anni fa
0

Thanks Stephen. I agree with you and will take a look at these. I actually need this server for our Veeam Backup & Replication Solution - Backup Repository server - so it is little tricky here.
Do you have any specific recommendations around using it for repository server?

Thanks!

con risposta 5 anni fa
0

I can probably attach multiple ebs volumes to my ec2 instance to make it 80TB?

con risposta 5 anni fa
0

Attach multiple 16 TB EBS volumes

con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande