AWS keyspaces documentation change
Summary
Updated example region from us-east-2 to us-east-1 in cqlsh command
Security assessment
The change only modifies the AWS region in an example command. There is no indication of addressing a security vulnerability or weakness.
Diff
diff --git a/keyspaces/latest/devguide/bulk-upload-source.md b/keyspaces/latest/devguide/bulk-upload-source.md index 7d468e25e..ad4fb1e0e 100644 --- a//keyspaces/latest/devguide/bulk-upload-source.md +++ b//keyspaces/latest/devguide/bulk-upload-source.md @@ -31 +31 @@ Make sure the CSV file you create meets the following requirements: - cqlsh cassandra.us-east-2.amazonaws.com 9142 -u "111122223333" -p "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" --ssl + cqlsh cassandra.us-east-1.amazonaws.com 9142 -u "111122223333" -p "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" --ssl