AWS keyspaces documentation change
Summary
Updated security group management steps and IPv6 peer examples
Security assessment
Clarifies security group management UI steps and demonstrates IPv6 node addressing in system tables, enhancing documentation of network security configurations.
Diff
diff --git a/keyspaces/latest/devguide/vpc-endpoints-tutorial.permissions.md b/keyspaces/latest/devguide/vpc-endpoints-tutorial.permissions.md index afe2f406a..9cc94e018 100644 --- a//keyspaces/latest/devguide/vpc-endpoints-tutorial.permissions.md +++ b//keyspaces/latest/devguide/vpc-endpoints-tutorial.permissions.md @@ -13 +13 @@ The procedures in this step demonstrate how to configure rules and permissions f - 2. Choose **Security groups** and then choose the security group associated with this endpoint. + 2. Choose **Manage security groups** and then choose the security group associated with this endpoint. @@ -110 +110 @@ The managed policies `AmazonKeyspacesReadOnlyAccess_v2` and `AmazonKeyspacesFull - SELECT peer FROM system.peers; + SELECT * FROM system.peers; @@ -112 +112 @@ The managed policies `AmazonKeyspacesReadOnlyAccess_v2` and `AmazonKeyspacesFull -The output returns nodes with private IP addresses, depending on your VPC and subnet setup in your AWS Region. +The output returns nodes with private IPv6 IP addresses, depending on your VPC and subnet setup in your AWS Region. @@ -114,5 +114,4 @@ The output returns nodes with private IP addresses, depending on your VPC and su - peer - --------------- - 112.11.22.123 - 112.11.22.124 - 112.11.22.125 + peer | data_center | host_id | preferred_ip | rack | release_version | rpc_address | schema_version | tokens + -----------------------------------------+-------------+--------------------------------------+-----------------------------------------+-----------+-----------------+-----------------------------------------+--------------------------------------+--------------------------------------------- + 2600:1111:2222:3333:283b:8e6:d04f | us-east-1 | dddddddd-7a22-3582-a73d-49338a686a53 | 2600:1111:2222:3333:283b:8e6:d04f | us-east-1 | 3.11.2 | 2600:1111:2222:3333:283b:8e6:d04f | 05deae2d-6405-494d-a965-c0e5836bcb3c | {'85070591730234615865843651857942052863'} + 2600:1111:2222:4444:7d26:5a09:1b44 | us-east-1 | 66666666-035d-37ef-a247-19a6a867ab09 | 2600:1111:2222:4444:7d26:5a09:1b44 | us-east-1 | 3.11.2 | 2600:1111:2222:4444:7d26:5a09:1b44 | 05deae2d-6405-494d-a965-c0e5836bcb3c | {'170141183460469231731687303715884105726'}