Does pre-bundled NVMe add to existing ebs storage?

0

I already have a 30Gb ebs with the t2.micro instance on the free tier. If I provision a second instance like m5ad.large that comes bundled with 75 NVMe, would I be exceeding my 30GB free tier limit, or would it not count since its already pre-bundled with the instance?

2 回答
3
已接受的回答

Hello,

According to the provided information, if you deploy an m5ad.large instance, which includes 75GB of NVMe SSD storage by default, this storage allocation wouldn't be counted toward your 30GB EBS free tier limit. The EBS free tier specifically applies to additional EBS volumes that aren't bundled with EC2 instances. Therefore, the storage is integrated into the instance type, such as the 75GB in the case of an m5ad. large, isn't billed separately. It only utilizes your EBS free tier if you attach an extra EBS volume to the instance.

Thanks

已回答 3 个月前
profile picture
专家
已审核 2 个月前
1

EC2 Instances with NVMe Instance Store (usually with "d" letter in the family type) come with additional temporary block-level storage. This storage is "volatile" or "ephemeral", meaning that will be erased every time you stop/start the instance. It counts as additional storage beside your EBS volumes and it comes at no additional cost (Instance store it's included in the EC2 hourly cost), so it won't impact Free Tier.

More reference on Instance store and specific Instances:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-store-volumes.html

profile pictureAWS
已回答 3 个月前
  • Thanks for sharing the vital information. I thought the data lasted as long as the instance was assigned to me and got deleted only on termination. But looks like even stopping an instance temporarily will erase the data.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则