AWS prescriptive-guidance documentation change
Summary
Updated author attribution and fixed quotation marks in SQL Server installation commands
Security assessment
The changes correct syntax formatting (curly quotes to straight quotes) in command parameters but do not address security vulnerabilities or add security documentation. The SAPWD parameter correction maintains existing security practices without introducing new ones.
Diff
diff --git a/prescriptive-guidance/latest/patterns/set-up-multi-az-infrastructure-for-a-sql-server-always-on-fci-by-using-amazon-fsx.md b/prescriptive-guidance/latest/patterns/set-up-multi-az-infrastructure-for-a-sql-server-always-on-fci-by-using-amazon-fsx.md index 5c78abff6..cdc3650cf 100644 --- a//prescriptive-guidance/latest/patterns/set-up-multi-az-infrastructure-for-a-sql-server-always-on-fci-by-using-amazon-fsx.md +++ b//prescriptive-guidance/latest/patterns/set-up-multi-az-infrastructure-for-a-sql-server-always-on-fci-by-using-amazon-fsx.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsTroubles - _Created by Manish Garg (AWS), T.V.R.L.Phani Kumar Dadi (AWS), Nishad Mankar (AWS), and RAJNEESH TYAGI (AWS)_ + _Manish Garg, T.V.R.L.Phani Kumar Dadi, Nishad Mankar, and RAJNEESH TYAGI, Amazon Web Services_ @@ -234 +234 @@ Install the SQL Server failover cluster.| After the WSFC cluster is set up, inst - /INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server” ` + /INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server" ` @@ -246 +246 @@ Install the SQL Server failover cluster.| After the WSFC cluster is set up, inst - /SAPWD=“<Domain User password>” ` + /SAPWD="<Domain User password>" `