
Amazon Elastic Block Store (EBS) がコンソールと API に完全なスナップショット サイズ情報を追加
本記事は、2025 年 2 月 12 日にAWS公式サイトの What’s New with AWS? に掲載された英語記事を自動翻訳したものです。
ニュース内容
Amazon Elastic Block Store (Amazon EBS) で、EBS スナップショットのフル スナップショット サイズが表示されるようになりました。この機能強化により、お客様は新しいフィールド full-snapshot-size-in-bytes を使用して、DescribeSnapshots API からプログラムでフル スナップショット サイズを取得できるようになりました。フル スナップショット サイズは、EBS スナップショット コンソールの新しい [フル スナップショット サイズ] 列にも表示されます。
EBS スナップショットは増分型であるため、時間の経過とともにボリュームのスナップショットを複数回取得すると、各スナップショットには新しいブロックまたは変更されたブロックのみが保存され、以前のスナップショットから変更されていないブロックへの参照は維持されます。
[フル スナップショット サイズ] フィールドには、スナップショットを構成するすべてのブロックの合計サイズが表示されます。これには、そのスナップショットに直接保存されたブロックと、以前のスナップショットから参照されたすべてのブロックが含まれます。たとえば、100 GB のボリュームに 50 GB のデータがある場合、[フル スナップショット サイズ] には、最初のスナップショットか後続のスナップショットかに関係なく 50 GB が表示されます。
「フルスナップショットサイズ」フィールドには、アーカイブされた層のスナップショットの合計サイズや、スナップショットの作成時にソースボリュームに書き込まれたデータの量など、EBS スナップショットストレージに関する重要な情報が表示されます。これは、特定のスナップショットに保存された新しく変更されたブロックのサイズのみを参照する増分スナップショットサイズとは異なることに注意してください。
この機能は現在、すべての商用 AWS リージョンと AWS GovCloud (米国) リージョンで一般提供されています。開始するには、EBS スナップショットのユーザーガイドと API 仕様を参照してください。
原文
Amazon Elastic Block Store (Amazon EBS) now displays the full snapshot size for EBS Snapshots. With this enhancement, customers can now retrieve full snapshot sizes programmatically through the DescribeSnapshots API using the new field, full-snapshot-size-in-bytes. The full snapshot size is also displayed in the EBS Snapshots console under the new ‘Full snapshot size’ column.
Since EBS Snapshots are incremental in nature, if you take multiple snapshots of a volume over time, each snapshot only stores the new or modified blocks while maintaining references to unchanged blocks from previous snapshots.
The ‘full snapshot size’ field shows you the total size of all blocks that make up a snapshot, including both the blocks stored directly in that snapshot and all blocks referenced from previous snapshots. For instance, if you have a 100 GB volume with 50 GB of data, the ‘full snapshot size’ would show 50 GB regardless of whether it’s the first snapshot or a subsequent one.The ‘full snapshot size’ field provides crucial information about your EBS snapshot storage, such as the total size of the snapshot in the archived tier or the amount of data written to the source volume at the time the snapshot was created. Please note that this is different from the incremental snapshot size, which only refers to the size of newly changed blocks stored in that specific snapshot.
This feature is now generally available in all commercial AWS regions and the AWS GovCloud (US) Regions. To get started, see the EBS Snapshots user guide and API specification.
引用元:Amazon Elastic Block Store (EBS) now adds full snapshot size information in Console and API