AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

File: amazonglacier/latest/dev/amazon-glacier-data-model.md

Summary

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

Security assessment

Changes focus on service naming consistency, deprecation announcements, and migration recommendations. While the notice mentions data remains 'secure and accessible,' this is a general assurance rather than addressing a specific security vulnerability. No evidence of patching vulnerabilities or introducing new security controls.

Diff

diff --git a/amazonglacier/latest/dev/amazon-glacier-data-model.md b/amazonglacier/latest/dev/amazon-glacier-data-model.md
index 0dacb8714..fbfec0705 100644
--- a//amazonglacier/latest/dev/amazon-glacier-data-model.md
+++ b//amazonglacier/latest/dev/amazon-glacier-data-model.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 @@ VaultArchiveJobNotification Configuration
-**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 @@ VaultArchiveJobNotification Configuration
-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
-The Amazon Glacier data model core components include vaults and archives. Glacier is a REST-based web service. In terms of REST, vaults and archives are the resources. In addition, the Glacier data model includes job and notification-configuration resources. These resources complement the core resources.
+The Amazon Glacier data model core components include vaults and archives. Amazon Glacier is a REST-based web service. In terms of REST, vaults and archives are the resources. In addition, the Amazon Glacier data model includes job and notification-configuration resources. These resources complement the core resources.
@@ -30 +32 @@ The Amazon Glacier data model core components include vaults and archives. Glaci
-In Glacier, a _vault_ is a container for storing archives. A vault is similar to an Amazon S3 bucket. When you create a vault, you specify a name and choose an AWS Region where you want to create the vault.
+In Amazon Glacier, a _vault_ is a container for storing archives. A vault is similar to an Amazon S3 bucket. When you create a vault, you specify a name and choose an AWS Region where you want to create the vault.
@@ -59 +61 @@ You can store an unlimited number of archives in a vault. Depending on your busi
-Glacier supports various vault operations. Vault operations are Region-specific. For example, when you create a vault, you create it in a specific Region. When you request a vault list, you request it from a specific AWS Region, and the resulting list includes only vaults created in that specific Region.
+Amazon Glacier supports various vault operations. Vault operations are Region-specific. For example, when you create a vault, you create it in a specific Region. When you request a vault list, you request it from a specific AWS Region, and the resulting list includes only vaults created in that specific Region.
@@ -63 +65 @@ Glacier supports various vault operations. Vault operations are Region-specific.
-An _archive_ can be any data, such as a photo, video, or document. An archive is similar to an Amazon S3 object, and is the base unit of storage in Glacier. Each archive has a unique ID and an optional description. You can specify this optional description only during the upload of an archive. Glacier assigns the archive an ID, which is unique in the AWS Region in which the archive is stored. 
+An _archive_ can be any data, such as a photo, video, or document. An archive is similar to an Amazon S3 object, and is the base unit of storage in Amazon Glacier. Each archive has a unique ID and an optional description. You can specify this optional description only during the upload of an archive. Amazon Glacier assigns the archive an ID, which is unique in the AWS Region in which the archive is stored. 
@@ -79 +81 @@ You can store an unlimited number of archives in a vault.
-An Glacier job can retrieve an archive, or get an inventory of a vault.
+An Amazon Glacier job can retrieve an archive, or get an inventory of a vault.
@@ -81 +83 @@ An Glacier job can retrieve an archive, or get an inventory of a vault.
-Retrieving archives and vault inventories (lists of archives) are asynchronous operations in Glacier, in which you first initiate a job, and then download the job output after Glacier completes the job. 
+Retrieving archives and vault inventories (lists of archives) are asynchronous operations in Amazon Glacier, in which you first initiate a job, and then download the job output after Amazon Glacier completes the job. 
@@ -85 +87 @@ Retrieving archives and vault inventories (lists of archives) are asynchronous o
-Glacier offers a cold-storage data-archival solution. If your application needs a storage solution that requires real-time data retrieval, you might consider using Amazon S3. For more information, see [Amazon Simple Storage Service (Amazon S3)](http://aws.amazon.com/s3).
+Amazon Glacier offers a cold-storage data-archival solution. If your application needs a storage solution that requires real-time data retrieval, you might consider using Amazon S3. For more information, see [Amazon Simple Storage Service (Amazon S3)](http://aws.amazon.com/s3).
@@ -89 +91 @@ To initiate a vault inventory job, you provide a vault name. Archive retrieval j
-Archive retrieval and vault inventory jobs are associated with a vault. A vault can have multiple jobs in progress at any point in time. When you send a job request (initiate a job), Glacier returns to you a job ID to track the job. Each job is uniquely identified by a URI of the form: 
+Archive retrieval and vault inventory jobs are associated with a vault. A vault can have multiple jobs in progress at any point in time. When you send a job request (initiate a job), Amazon Glacier returns to you a job ID to track the job. Each job is uniquely identified by a URI of the form: 
@@ -99 +101 @@ The following is an example of a job associated with an `examplevault` vault in
-For each job, Glacier maintains information, such as the job type, description, creation date, completion date, and job status. You can obtain information about a specific job or obtain a list of all your jobs associated with a vault. The list of jobs that Glacier returns includes all the in-progress and recently finished jobs. 
+For each job, Amazon Glacier maintains information, such as the job type, description, creation date, completion date, and job status. You can obtain information about a specific job or obtain a list of all your jobs associated with a vault. The list of jobs that Amazon Glacier returns includes all the in-progress and recently finished jobs. 
@@ -103 +105 @@ For each job, Glacier maintains information, such as the job type, description,
-Because jobs take time to run, Glacier supports a notification mechanism to notify you when a job is completed. You can configure a vault to send a notification to an Amazon Simple Notification Service (Amazon SNS) topic when a job is completed. You can specify one Amazon SNS topic per vault in the notification configuration.
+Because jobs take time to run, Amazon Glacier supports a notification mechanism to notify you when a job is completed. You can configure a vault to send a notification to an Amazon Simple Notification Service (Amazon SNS) topic when a job is completed. You can specify one Amazon SNS topic per vault in the notification configuration.
@@ -105 +107 @@ Because jobs take time to run, Glacier supports a notification mechanism to noti
-Glacier stores the notification configuration as a JSON document. The following is an example vault notification configuration: 
+Amazon Glacier stores the notification configuration as a JSON document. The following is an example vault notification configuration: 
@@ -118 +120 @@ Notification configurations are associated with vaults; you can have one for eac
-Glacier supports operations to set, get, and delete a notification configuration. When you delete a notification configuration, no notifications are sent when any data retrieval operation on the vault is completed.
+Amazon Glacier supports operations to set, get, and delete a notification configuration. When you delete a notification configuration, no notifications are sent when any data retrieval operation on the vault is completed.