AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

Service: amazonglacier · 2025-10-10 · Documentation low

File: amazonglacier/latest/dev/vault-inventory.md

Summary

Updated service references from 'Glacier' to 'Amazon Glacier' for branding consistency, added deprecation notice for standalone Amazon Glacier service (no new customers after 2025), and emphasized migration recommendations to S3 Glacier storage classes.

Security assessment

Changes focus on service branding updates, deprecation announcements, and migration guidance. No explicit security vulnerabilities, mitigations, or security feature additions are referenced. Mentions of encryption features and data retrieval policies existed previously and were not modified in security-relevant ways.

Diff

diff --git a/amazonglacier/latest/dev/vault-inventory.md b/amazonglacier/latest/dev/vault-inventory.md
index 56918bc20..6b427d1d0 100644
--- a//amazonglacier/latest/dev/vault-inventory.md
+++ b//amazonglacier/latest/dev/vault-inventory.md
@@ -3 +3 @@
-[Documentation](/index.html)[Amazon S3 Glacier](/glacier/index.html)[Developer Guide](introduction.html)
+[Documentation](/index.html)[Amazon Glacier](/glacier/index.html)[Developer Guide](introduction.html)
@@ -7 +7 @@ About the Inventory
-**This page is only for existing customers of the Glacier service using Vaults and the original REST API from 2012.**
+**This page is only for existing customers of the Amazon Glacier service using Vaults and the original REST API from 2012.**
@@ -9 +9,3 @@ About the Inventory
-If you're looking for archival storage solutions we suggest using the Glacier storage classes in Amazon S3, **S3 Glacier Instant Retrieval** , **S3 Glacier Flexible Retrieval** , and **S3 Glacier Deep Archive**. To learn more about these storage options, see [Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/) and [Long-term data storage using Glacier storage classes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/glacier-storage-classes) in the _Amazon S3 User Guide_. These storage classes use the Amazon S3 API, are available in all regions, and can be managed within the Amazon S3 console. They offer features like Storage Cost Analysis, Storage Lens, advanced optional encryption features, and more.
+If you're looking for archival storage solutions, we recommend using the Amazon Glacier storage classes in Amazon S3, S3 Glacier Instant Retrieval, S3 Glacier Flexible Retrieval, and S3 Glacier Deep Archive. To learn more about these storage options, see [Amazon Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/).
+
+Amazon Glacier (original standalone vault-based service) will no longer accept new customers starting December 15, 2025, with no impact to existing customers. Amazon Glacier is a standalone service with its own APIs that stores data in vaults and is distinct from Amazon S3 and the Amazon S3 Glacier storage classes. Your existing data will remain secure and accessible in Amazon Glacier indefinitely. No migration is required. For low-cost, long-term archival storage, AWS recommends the [Amazon S3 Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/), which deliver a superior customer experience with S3 bucket-based APIs, full AWS Region availability, lower costs, and AWS service integration. If you want enhanced capabilities, consider migrating to Amazon S3 Glacier storage classes by using our [AWS Solutions Guidance for transferring data from Amazon Glacier vaults to Amazon S3 Glacier storage classes](https://aws.amazon.com/solutions/guidance/data-transfer-from-amazon-s3-glacier-vaults-to-amazon-s3/).
@@ -13 +15 @@ If you're looking for archival storage solutions we suggest using the Glacier st
-After you upload your first archive to your vault, Amazon Glacier (Glacier) automatically creates a vault inventory and then updates it approximately once a day. After Glacier creates the first inventory, it typically takes half a day and up to a day before that inventory is available for retrieval. You can retrieve a vault inventory from Glacier with the following two-step process: 
+After you upload your first archive to your vault, Amazon Glacier (Amazon Glacier) automatically creates a vault inventory and then updates it approximately once a day. After Amazon Glacier creates the first inventory, it typically takes half a day and up to a day before that inventory is available for retrieval. You can retrieve a vault inventory from Amazon Glacier with the following two-step process: 
@@ -19 +21 @@ After you upload your first archive to your vault, Amazon Glacier (Glacier) auto
-A data retrieval policy can cause your initiate retrieval job request to fail with a `PolicyEnforcedException` exception. For more information about data retrieval policies, see [Glacier Data Retrieval Policies](./data-retrieval-policy.html). For more information about the `PolicyEnforcedException` exception, see [Error Responses](./api-error-responses.html).
+A data retrieval policy can cause your initiate retrieval job request to fail with a `PolicyEnforcedException` exception. For more information about data retrieval policies, see [Amazon Glacier Data Retrieval Policies](./data-retrieval-policy.html). For more information about the `PolicyEnforcedException` exception, see [Error Responses](./api-error-responses.html).
@@ -26 +28 @@ A data retrieval policy can cause your initiate retrieval job request to fail wi
-For example, retrieving an archive or a vault inventory requires you to first initiate a retrieval job. The job request is run asynchronously. When you initiate a retrieval job, Glacier creates a job and returns a job ID in the response. When Glacier completes the job, you can get the job output, the archive bytes, or the vault inventory data. 
+For example, retrieving an archive or a vault inventory requires you to first initiate a retrieval job. The job request is run asynchronously. When you initiate a retrieval job, Amazon Glacier creates a job and returns a job ID in the response. When Amazon Glacier completes the job, you can get the job output, the archive bytes, or the vault inventory data. 
@@ -30 +32 @@ The job must complete before you can get its output. To determine the status of
-  * Wait for job completion notification—You can specify an Amazon Simple Notification Service (Amazon SNS) topic to which Glacier can post a notification after the job is completed. You can specify Amazon SNS topic using the following methods: 
+  * Wait for job completion notification—You can specify an Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Glacier can post a notification after the job is completed. You can specify Amazon SNS topic using the following methods: 
@@ -38 +40 @@ When you initiate a job, you can optionally specify an Amazon SNS topic.
-You can set notification configuration for specific events on the vault (see [Configuring Vault Notifications in Amazon Glacier](./configuring-notifications.html)). Glacier sends a message to the specified SNS topic any time the specific event occur.
+You can set notification configuration for specific events on the vault (see [Configuring Vault Notifications in Amazon Glacier](./configuring-notifications.html)). Amazon Glacier sends a message to the specified SNS topic any time the specific event occur.
@@ -40 +42 @@ You can set notification configuration for specific events on the vault (see [Co
-If you have notification configuration set on the vault and you also specify an Amazon SNS topic when you initiate a job, Glacier sends job completion message to both the topics. 
+If you have notification configuration set on the vault and you also specify an Amazon SNS topic when you initiate a job, Amazon Glacier sends job completion message to both the topics. 
@@ -44 +46 @@ You can configure the SNS topic to notify you via email or store the message in
-  * Request job information explicitly—Glacier also provides a describe job operation ([Describe Job (GET JobID)](./api-describe-job-get.html)) that enables you to poll for job information. You can periodically send this request to obtain job information. However, using Amazon SNS notifications is the recommended option.
+  * Request job information explicitly—Amazon Glacier also provides a describe job operation ([Describe Job (GET JobID)](./api-describe-job-get.html)) that enables you to poll for job information. You can periodically send this request to obtain job information. However, using Amazon SNS notifications is the recommended option.
@@ -70 +72 @@ The information you get via SNS notification is the same as what you get by call
-Glacier updates a vault inventory at least once per day, starting on the day you first upload an archive to the vault. If there have been no archive additions or deletions to the vault since the last inventory, the inventory date is not updated. When you initiate a job for a vault inventory, Glacier returns the last inventory it generated, which is a point-in-time snapshot and not real-time data. Note that after Glacier creates the first inventory for the vault, it typically takes half a day and up to a day before that inventory is available for retrieval.
+Amazon Glacier updates a vault inventory at least once per day, starting on the day you first upload an archive to the vault. If there have been no archive additions or deletions to the vault since the last inventory, the inventory date is not updated. When you initiate a job for a vault inventory, Amazon Glacier returns the last inventory it generated, which is a point-in-time snapshot and not real-time data. Note that after Amazon Glacier creates the first inventory for the vault, it typically takes half a day and up to a day before that inventory is available for retrieval.
@@ -72 +74 @@ Glacier updates a vault inventory at least once per day, starting on the day you
-You might not find it useful to retrieve a vault inventory for each archive upload. However, suppose you maintain a database on the client-side associating metadata about the archives you upload to Glacier. Then, you might find the vault inventory useful to reconcile information, as needed, in your database with the actual vault inventory. You can limit the number of inventory items retrieved by filtering on the archive creation date or by setting a quota. For more information about limiting inventory retrieval, see [Range Inventory Retrieval](./api-initiate-job-post.html#api-initiate-job-post-vault-inventory-list-filtering).
+You might not find it useful to retrieve a vault inventory for each archive upload. However, suppose you maintain a database on the client-side associating metadata about the archives you upload to Amazon Glacier. Then, you might find the vault inventory useful to reconcile information, as needed, in your database with the actual vault inventory. You can limit the number of inventory items retrieved by filtering on the archive creation date or by setting a quota. For more information about limiting inventory retrieval, see [Range Inventory Retrieval](./api-initiate-job-post.html#api-initiate-job-post-vault-inventory-list-filtering).