AWS prescriptive-guidance documentation change
Summary
Replaced curly quotes with straight quotes in configuration examples, including a sample password field.
Security assessment
Changes are syntax corrections for consistency. The password example remains a placeholder and does not introduce or modify security practices. No evidence of addressing a security vulnerability.
Diff
diff --git a/prescriptive-guidance/latest/patterns/migrate-apache-cassandra-workloads-to-amazon-keyspaces-by-using-aws-glue.md b/prescriptive-guidance/latest/patterns/migrate-apache-cassandra-workloads-to-amazon-keyspaces-by-using-aws-glue.md index 712591804..e25b5aeb7 100644 --- a//prescriptive-guidance/latest/patterns/migrate-apache-cassandra-workloads-to-amazon-keyspaces-by-using-aws-glue.md +++ b//prescriptive-guidance/latest/patterns/migrate-apache-cassandra-workloads-to-amazon-keyspaces-by-using-aws-glue.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsTroubles - _Created by Nikolai Kolesnikov (AWS), Karthiga Priya Chandran (AWS), and Samir Patel (AWS)_ + _Nikolai Kolesnikov, Karthiga Priya Chandran, and Samir Patel, Amazon Web Services_ @@ -129,2 +129,2 @@ Configure the Cassandra driver to connect to Cassandra.| Use the following confi - basic.request.consistency = “LOCAL_QUORUM” - basic.contact-points = [“127.0.0.1:9042”] + basic.request.consistency = "LOCAL_QUORUM" + basic.contact-points = ["127.0.0.1:9042"] @@ -133 +133 @@ Configure the Cassandra driver to connect to Cassandra.| Use the following confi - local-datacenter = “datacenter1” + local-datacenter = "datacenter1" @@ -137,2 +137,2 @@ Configure the Cassandra driver to connect to Cassandra.| Use the following confi - username = “user-at-sample” - password = “S@MPLE=PASSWORD=” + username = "user-at-sample" + password = "S@MPLE=PASSWORD="