AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

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

Summary

Updated branding from 'S3 Glacier' to 'Glacier' throughout documentation, removing redundant 'S3' references in service names and links.

Security assessment

Changes are purely branding/naming convention updates without any modifications to security controls, procedures, or vulnerability disclosures. No evidence of addressing security vulnerabilities or adding security features.

Diff

diff --git a/amazonglacier/latest/dev/getting-started-delete-vault.md b/amazonglacier/latest/dev/getting-started-delete-vault.md
index 3cdc48658..5ec73ae66 100644
--- a//amazonglacier/latest/dev/getting-started-delete-vault.md
+++ b//amazonglacier/latest/dev/getting-started-delete-vault.md
@@ -5 +5 @@
-**This page is only for existing customers of the S3 Glacier service using Vaults and the original REST API from 2012.**
+**This page is only for existing customers of the 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 S3 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 [S3 Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/) and [Long-term data storage using S3 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 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.
@@ -9 +9 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-# Step 6: Delete a Vault in S3 Glacier
+# Step 6: Delete a Vault in Glacier
@@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-A vault is a container for storing archives. To delete an Amazon S3 Glacier vault, you must first delete all existing archives in the vault as of the last inventory that S3 Glacier computed.
+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.
@@ -13 +13 @@ A vault is a container for storing archives. To delete an Amazon S3 Glacier vaul
-You can delete a vault programmatically or by using the S3 Glacier console. For information about deleting a vault programmatically, see [Deleting a Vault in Amazon S3 Glacier](./deleting-vaults.html).
+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).
@@ -17 +17 @@ You can delete a vault programmatically or by using the S3 Glacier console. For
-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. S3 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. Glacier prepares an inventory for each vault periodically, every 24 hours.
@@ -21 +21 @@ 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 S3 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 Glacier console at [https://console.aws.amazon.com/glacier/home](https://console.aws.amazon.com/glacier/home).
@@ -27 +27 @@ In this getting started exercise, your example vault is in the US West (Oregon)
-  3. Select the option button next to the empty vault that you want to delete. If the vault is not empty, you must delete all archives before deleting the vault. For more information, see [Deleting an Archive in Amazon S3 Glacier](./deleting-an-archive.html). 
+  3. Select the option button next to the empty vault that you want to delete. If the vault is not empty, you must delete all archives before deleting the vault. For more information, see [Deleting an Archive in Amazon Glacier](./deleting-an-archive.html). 
@@ -42 +42 @@ 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 S3 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 Glacier](./getting-started-delete-archive.html).