AWS amazonglacier documentation change
Summary
Updated service name references from 'Glacier' to 'Amazon Glacier' throughout the document. Added deprecation notice for the standalone Amazon Glacier vault-based service, directing users to S3 Glacier storage classes instead.
Security assessment
The changes primarily involve branding updates (name standardization) and service deprecation announcements. While the deprecation notice mentions data security ('Your existing data will remain secure and accessible'), this is a reassurance rather than addressing a specific security vulnerability. No security features, vulnerabilities, or mitigations are introduced or documented here.
Diff
diff --git a/amazonglacier/latest/dev/uploading-an-archive-mpu-using-cli.md b/amazonglacier/latest/dev/uploading-an-archive-mpu-using-cli.md index d60319be7..4618816c5 100644 --- a//amazonglacier/latest/dev/uploading-an-archive-mpu-using-cli.md +++ b//amazonglacier/latest/dev/uploading-an-archive-mpu-using-cli.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 @@ -(Prerequisite) Setting Up the AWS CLI(Prerequisite) Install Python(Prerequisite) Create an Glacier VaultExample: Uploading Large Archives in Parts by Using the AWS CLI +(Prerequisite) Setting Up the AWS CLI(Prerequisite) Install Python(Prerequisite) Create an Amazon Glacier VaultExample: Uploading Large Archives in Parts by Using the AWS CLI @@ -7 +7 @@ -**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 @@ -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 -You can upload an archive in Amazon Glacier (Glacier) by using the AWS Command Line Interface (AWS CLI). To improve the upload experience for larger archives, Glacier provides several API operations to support multipart uploads. By using these API operations, you can upload archives in parts. These parts can be uploaded independently, in any order, and in parallel. If a part upload fails, you need to upload only that part again, not the entire archive. You can use multipart uploads for archives from 1 byte to about 40,000 gibibytes (GiB) in size. +You can upload an archive in Amazon Glacier (Amazon Glacier) by using the AWS Command Line Interface (AWS CLI). To improve the upload experience for larger archives, Amazon Glacier provides several API operations to support multipart uploads. By using these API operations, you can upload archives in parts. These parts can be uploaded independently, in any order, and in parallel. If a part upload fails, you need to upload only that part again, not the entire archive. You can use multipart uploads for archives from 1 byte to about 40,000 gibibytes (GiB) in size. @@ -15 +17 @@ You can upload an archive in Amazon Glacier (Glacier) by using the AWS Command L -For more information about Glacier multipart uploads, see [Uploading Large Archives in Parts (Multipart Upload)](./uploading-archive-mpu.html). +For more information about Amazon Glacier multipart uploads, see [Uploading Large Archives in Parts (Multipart Upload)](./uploading-archive-mpu.html). @@ -23 +25 @@ For more information about Glacier multipart uploads, see [Uploading Large Archi - * (Prerequisite) Create an Glacier Vault + * (Prerequisite) Create an Amazon Glacier Vault @@ -44 +46 @@ For more information about Glacier multipart uploads, see [Uploading Large Archi - * To get a list of Glacier vaults on the configured account, use the `list-vaults` command. Replace `123456789012` with your AWS account ID. + * To get a list of Amazon Glacier vaults on the configured account, use the `list-vaults` command. Replace `123456789012` with your AWS account ID. @@ -61 +63 @@ For more information about installing Python, see [Install or update Python](htt -## (Prerequisite) Create an Glacier Vault +## (Prerequisite) Create an Amazon Glacier Vault @@ -63 +65 @@ For more information about installing Python, see [Install or update Python](htt -To use the following example, you must have at least one Glacier vault created. For more information about creating vaults, see [Creating a Vault in Amazon Glacier](./creating-vaults.html). +To use the following example, you must have at least one Amazon Glacier vault created. For more information about creating vaults, see [Creating a Vault in Amazon Glacier](./creating-vaults.html). @@ -90 +92 @@ Expected output: -When finished, the command will output the multipart upload resource's upload ID and location in Glacier. You will use this upload ID in subsequent steps. +When finished, the command will output the multipart upload resource's upload ID and location in Amazon Glacier. You will use this upload ID in subsequent steps. @@ -160 +162 @@ Create the Python file `checksum.py` and insert the following code. If needed, r -When finished, the command will output the archive's ID, checksum, and location in Glacier. +When finished, the command will output the archive's ID, checksum, and location in Amazon Glacier.