AWS wellarchitected documentation change
Summary
Changed 'S3 Glacier' to 'Amazon Glacier' in backup storage class example
Security assessment
Adjusts service naming conventions without altering backup strategy or security implications. No security-specific changes detected.
Diff
diff --git a/wellarchitected/latest/sap-lens/best-practice-19-4.md b/wellarchitected/latest/sap-lens/best-practice-19-4.md index 67f2bf343..320193de1 100644 --- a//wellarchitected/latest/sap-lens/best-practice-19-4.md +++ b//wellarchitected/latest/sap-lens/best-practice-19-4.md @@ -37 +37 @@ Amazon S3 offers a range of storage classes designed for different use cases wit -S3 Lifecycle policies can be used to automatically transfer to a different storage class without any changes to your application. For example, backups with shorter retention periods might be better suited to S3 Standard than S3-IA or Amazon S3 Glacier options due to the minimum storage duration charges and retrieval fees associated with these classes. Backups with longer retention periods such as monthly backups for audit purposes are better suited to S3-IA or S3 Glacier dependent on the required retention period. +S3 Lifecycle policies can be used to automatically transfer to a different storage class without any changes to your application. For example, backups with shorter retention periods might be better suited to S3 Standard than S3-IA or Amazon Glacier options due to the minimum storage duration charges and retrieval fees associated with these classes. Backups with longer retention periods such as monthly backups for audit purposes are better suited to S3-IA or S3 Glacier dependent on the required retention period.