AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-05-16 · Documentation low

File: AmazonRDS/latest/UserGuide/Appendix.SQLServer.CommonDBATasks.Collation.md

Summary

Added new collation options for SQL Server including Danish_Norwegian and Finnish_Swedish variants

Security assessment

The changes add collation configuration options which are related to linguistic sorting rules, not security functionality or vulnerabilities. No security context is provided in the changes.

Diff

diff --git a/AmazonRDS/latest/UserGuide/Appendix.SQLServer.CommonDBATasks.Collation.md b/AmazonRDS/latest/UserGuide/Appendix.SQLServer.CommonDBATasks.Collation.md
index a05c627fc..4533c13bc 100644
--- a//AmazonRDS/latest/UserGuide/Appendix.SQLServer.CommonDBATasks.Collation.md
+++ b//AmazonRDS/latest/UserGuide/Appendix.SQLServer.CommonDBATasks.Collation.md
@@ -38,0 +39,9 @@ Danish_Norwegian_CI_AS |  Danish-Norwegian, case-insensitive, accent-sensitive,
+Danish_Norwegian_CI_AS_KS |  Danish-Norwegian, case-insensitive, accent-sensitive, kanatype-sensitive, width-insensitive  
+Danish_Norwegian_CI_AS_KS_WS |  Danish-Norwegian, case-insensitive, accent-sensitive, kanatype-sensitive, width-sensitive  
+Danish_Norwegian_CI_AS_WS |  Danish-Norwegian, case-insensitive, accent-sensitive, kanatype-insensitive, width-sensitive  
+Danish_Norwegian_CS_AI |  Danish-Norwegian, case-sensitive, accent-insensitive, kanatype-insensitive, width-insensitive  
+Danish_Norwegian_CS_AI_KS |  Danish-Norwegian, case-sensitive, accent-insensitive, kanatype-sensitive, width-insensitive  
+Finnish_Swedish_100_BIN |  Finnish-Swedish-100, binary sort  
+Finnish_Swedish_100_BIN2 |  Finnish-Swedish-100, binary code point comparison sort  
+Finnish_Swedish_100_CI_AI |  Finnish-Swedish-100, case-insensitive, accent-insensitive, kanatype-insensitive, width-insensitive  
+Finnish_Swedish_100_CI_AS |  Finnish-Swedish-100, case-insensitive, accent-sensitive, kanatype-insensitive, width-insensitive