AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

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

Summary

Updated branding from 'S3 Glacier' to 'Glacier' throughout the document, removed redundant 'S3' references in storage class names and links, and clarified documentation applies to original Glacier service users

Security assessment

Changes are branding/naming convention updates rather than security-related modifications. The document continues to reference existing security features (like encryption) without adding new security guidance. No vulnerabilities or security incidents are addressed in the diff.

Diff

diff --git a/amazonglacier/latest/dev/amazon-glacier-data-model.md b/amazonglacier/latest/dev/amazon-glacier-data-model.md
index bfa427790..0dacb8714 100644
--- a//amazonglacier/latest/dev/amazon-glacier-data-model.md
+++ b//amazonglacier/latest/dev/amazon-glacier-data-model.md
@@ -7 +7 @@ VaultArchiveJobNotification Configuration
-**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.**
@@ -9 +9 @@ VaultArchiveJobNotification Configuration
-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.
@@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-# Amazon S3 Glacier Data Model
+# Amazon Glacier Data Model
@@ -13 +13 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-The Amazon S3 Glacier data model core components include vaults and archives. S3 Glacier is a REST-based web service. In terms of REST, vaults and archives are the resources. In addition, the S3 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. 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.
@@ -30 +30 @@ The Amazon S3 Glacier data model core components include vaults and archives. S3
-In S3 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 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.
@@ -55 +55 @@ Here is what the various components of the URI mean:
-An AWS account can create vaults in any supported AWS Region. For list of supported AWS Regions, see [Accessing Amazon S3 Glacier](./amazon-glacier-accessing.html). Within a Region, an account must use unique vault names. An AWS account can create same-named vaults in different Regions.
+An AWS account can create vaults in any supported AWS Region. For list of supported AWS Regions, see [Accessing Amazon Glacier](./amazon-glacier-accessing.html). Within a Region, an account must use unique vault names. An AWS account can create same-named vaults in different Regions.
@@ -59 +59 @@ You can store an unlimited number of archives in a vault. Depending on your busi
-S3 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.
+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 +63 @@ S3 Glacier supports various vault operations. Vault operations are Region-specif
-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 S3 Glacier. Each archive has a unique ID and an optional description. You can specify this optional description only during the upload of an archive. S3 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 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. 
@@ -79 +79 @@ You can store an unlimited number of archives in a vault.
-An S3 Glacier job can retrieve an archive, or get an inventory of a vault.
+An Glacier job can retrieve an archive, or get an inventory of a vault.
@@ -81 +81 @@ An S3 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 S3 Glacier, in which you first initiate a job, and then download the job output after S3 Glacier completes the job. 
+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. 
@@ -85 +85 @@ Retrieving archives and vault inventories (lists of archives) are asynchronous o
-S3 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).
+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 +89 @@ 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), S3 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), Glacier returns to you a job ID to track the job. Each job is uniquely identified by a URI of the form: 
@@ -99 +99 @@ The following is an example of a job associated with an `examplevault` vault in
-For each job, S3 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 S3 Glacier returns includes all the in-progress and recently finished jobs. 
+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. 
@@ -103 +103 @@ For each job, S3 Glacier maintains information, such as the job type, descriptio
-Because jobs take time to run, S3 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, 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 +105 @@ Because jobs take time to run, S3 Glacier supports a notification mechanism to n
-S3 Glacier stores the notification configuration as a JSON document. The following is an example vault notification configuration: 
+Glacier stores the notification configuration as a JSON document. The following is an example vault notification configuration: 
@@ -118 +118 @@ Notification configurations are associated with vaults; you can have one for eac
-S3 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.
+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.
@@ -126 +126 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-What Is Amazon S3 Glacier?
+What Is Amazon Glacier?