AWS whitepapers documentation change
Summary
Changed 'Amazon S3 Glacier' to 'Amazon Glacier' in storage tier examples
Security assessment
The change appears to be a branding/naming convention update (removing redundant 'S3' from Glacier references). No security implications or modifications to security-related content. MFA Delete and authentication requirements remain unchanged.
Diff
diff --git a/whitepapers/latest/building-data-lakes/securing-protecting-managing-data.md b/whitepapers/latest/building-data-lakes/securing-protecting-managing-data.md index c6a32b05b..73c3a7033 100644 --- a//whitepapers/latest/building-data-lakes/securing-protecting-managing-data.md +++ b//whitepapers/latest/building-data-lakes/securing-protecting-managing-data.md @@ -59 +59 @@ S3 provides versioning to protect data assets against these scenarios. When enab -Data asset versioning can be managed by policies, to automate management at large scale. These policies can be combined with other Amazon S3 capabilities, such as lifecycle management for long-term retention of versions on lower cost storage tiers. Examples of such storage tiers include Amazon S3 Glacier, and Multi-Factor-Authentication (MFA) Delete. These lower cost tiers require a second layer of authentication—typically through an approved external authentication device—to delete data asset versions. Even though S3 provides 99.999999999% data durability within an AWS Region, many enterprise organizations may have compliance and risk models that require them to replicate their data assets to a second geographically distant location and build disaster recovery architectures in a second location. +Data asset versioning can be managed by policies, to automate management at large scale. These policies can be combined with other Amazon S3 capabilities, such as lifecycle management for long-term retention of versions on lower cost storage tiers. Examples of such storage tiers include Amazon Glacier, and Multi-Factor-Authentication (MFA) Delete. These lower cost tiers require a second layer of authentication—typically through an approved external authentication device—to delete data asset versions. Even though S3 provides 99.999999999% data durability within an AWS Region, many enterprise organizations may have compliance and risk models that require them to replicate their data assets to a second geographically distant location and build disaster recovery architectures in a second location.