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

feita há 5 anos253 visualizações
4 Respostas
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

respondido há 5 anos
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!

respondido há 5 anos
0

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

respondido há 5 anos
0

Attach multiple 16 TB EBS volumes

respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas