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

已提問 5 年前檢視次數 253 次
4 個答案
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

已回答 5 年前
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!

已回答 5 年前
0

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

已回答 5 年前
0

Attach multiple 16 TB EBS volumes

已回答 4 年前

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

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

回答問題指南