AWS keyspaces documentation change
Summary
Updated example VPC endpoint policy and VPC ID values
Security assessment
Changes appear to be example value updates (e.g., vpc-a1234bcd) with no evidence of security fixes. The permissive policy remains unchanged.
Diff
diff --git a/keyspaces/latest/devguide/vpc-endpoints-tutorial.clean-up.md b/keyspaces/latest/devguide/vpc-endpoints-tutorial.clean-up.md index 6f938f42a..faea27457 100644 --- a//keyspaces/latest/devguide/vpc-endpoints-tutorial.clean-up.md +++ b//keyspaces/latest/devguide/vpc-endpoints-tutorial.clean-up.md @@ -19,2 +19,2 @@ If you want to delete the resources that you have created in this tutorial, foll - "PolicyDocument": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"*\",\"Resource\":\"*\"}]}", - "VpcId": "vpc-0bbc736e", + "PolicyDocument": "{\"Version\":\"2008-10-17", \"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"*\",\"Resource\":\"*\"}]}", + "VpcId": "vpc-a1234bcd", @@ -29 +29 @@ If you want to delete the resources that you have created in this tutorial, foll -In the example output, the VPC endpoint ID is `vpce-9b15e2f2`. +In the example output, the VPC endpoint ID is `vpc-a1234bcd`.