Cost of storing AMI

后端 未结 2 1411
暗喜
暗喜 2021-01-30 05:07

I understand Amazon will charge per GB provisioned EBS storage. If I create AMI of my instance, does this mean my EBS volume will be duplicated, and hence incur additional cost?

相关标签:
2条回答
  • 2021-01-30 05:17

    You are only charged for the storage of the bits that make up your AMI, there are no charges for creating an AMI.

    • EBS-backed AMIs are made up of snapshots of the EBS volumes that form the AMI. You will pay storage fees for those snapshots according to the rates listed here. Your EBS volumes are not "duplicated" until the instance is launched, at which point a volume is created from the stored snapshots and you'll pay regular EBS volume fees and EBS snapshot billing.
    • S3-backed AMIs have their information stored in S3 and you will pay storage fees for the data being stored in S3 according to the S3 pricing, whether the instance is running or not.
    0 讨论(0)
  • 2021-01-30 05:18

    In this case, you will pay for the size of the storage used, instead of the storage provisioned. Snapshots will not store any empty blocks.

    0 讨论(0)
提交回复
热议问题