AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

File: amazonglacier/latest/dev/getting-started-delete-vault.md

Summary

Updated documentation to reflect Amazon Glacier service branding consistency, added deprecation notice for standalone Glacier vault service (no new customers after 2025), and emphasized migration guidance to S3 Glacier storage classes

Security assessment

The changes primarily involve service naming updates, deprecation announcements, and migration recommendations. There is no mention of security vulnerabilities, patches, or weaknesses. The statement 'Your existing data will remain secure and accessible' is a general assurance but does not indicate a security-related update.

Diff

diff --git a/amazonglacier/latest/dev/getting-started-delete-vault.md b/amazonglacier/latest/dev/getting-started-delete-vault.md
index 5ec73ae66..86892dbd7 100644
--- a//amazonglacier/latest/dev/getting-started-delete-vault.md
+++ b//amazonglacier/latest/dev/getting-started-delete-vault.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)
@@ -5 +5 @@
-**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.**
@@ -7 +7 @@
-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/).
@@ -9 +9 @@ If you're looking for archival storage solutions we suggest using the Glacier st
-# Step 6: Delete a Vault in 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/).
@@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the Glacier st
-A vault is a container for storing archives. To delete an Amazon Glacier vault, you must first delete all existing archives in the vault as of the last inventory that Glacier computed.
+# Step 6: Delete a Vault in Amazon Glacier
@@ -13 +13,3 @@ A vault is a container for storing archives. To delete an Amazon Glacier vault,
-You can delete a vault programmatically or by using the Glacier console. For information about deleting a vault programmatically, see [Deleting a Vault in Amazon Glacier](./deleting-vaults.html).
+A vault is a container for storing archives. To delete an Amazon Glacier vault, you must first delete all existing archives in the vault as of the last inventory that Amazon Glacier computed.
+
+You can delete a vault programmatically or by using the Amazon Glacier console. For information about deleting a vault programmatically, see [Deleting a Vault in Amazon Glacier](./deleting-vaults.html).
@@ -17 +19 @@ You can delete a vault programmatically or by using the Glacier console. For inf
-If you upload an archive to a vault or delete an archive from a vault within the recent 24 hours, you must wait until the last vault inventory is updated to reflect the latest information. Glacier prepares an inventory for each vault periodically, every 24 hours.
+If you upload an archive to a vault or delete an archive from a vault within the recent 24 hours, you must wait until the last vault inventory is updated to reflect the latest information. Amazon Glacier prepares an inventory for each vault periodically, every 24 hours.
@@ -21 +23 @@ If you upload an archive to a vault or delete an archive from a vault within the
-  1. Sign in to the AWS Management Console and open the Glacier console at [https://console.aws.amazon.com/glacier/home](https://console.aws.amazon.com/glacier/home).
+  1. Sign in to the AWS Management Console and open the Amazon Glacier console at [https://console.aws.amazon.com/glacier/home](https://console.aws.amazon.com/glacier/home).
@@ -42 +44 @@ Deleting a vault can't be undone.
-  1. If you're deleting a nonempty vault, you must first delete all existing archives before deleting the vault. You can do this by writing code to make a delete archive request by using either the REST API, the AWS SDK for Java, the AWS SDK for .NET or the AWS CLI. For information about deleting archives, see [Step 5: Delete an Archive from a Vault in Glacier](./getting-started-delete-archive.html). 
+  1. If you're deleting a nonempty vault, you must first delete all existing archives before deleting the vault. You can do this by writing code to make a delete archive request by using either the REST API, the AWS SDK for Java, the AWS SDK for .NET or the AWS CLI. For information about deleting archives, see [Step 5: Delete an Archive from a Vault in Amazon Glacier](./getting-started-delete-archive.html).