AWS Security ChangesHomeSearch

AWS vpc documentation change

Service: vpc · 2025-03-02 · Documentation low

File: vpc/latest/privatelink/privatelink-access-resources.md

Summary

Updated AWS CLI command output format and description for VPC endpoint associations

Security assessment

The changes are related to command output formatting and DNS name descriptions, with no security-related content or context.

Diff

diff --git a/vpc/latest/privatelink/privatelink-access-resources.md
index f85c8412f..8784afd12 100644
--- a/vpc/latest/privatelink/privatelink-access-resources.md
+++ b/vpc/latest/privatelink/privatelink-access-resources.md
@@ -73 +73 @@ The following [describe-vpc-endpoint-associations](https://awscli.amazonaws.com/
-    aws ec2 describe-vpc-endpoint-associations --vpc-endpoint-id vpce-123456789abcdefgh --query 'VpcEndpointAssociations[*].DnsEntry'
+    aws ec2 describe-vpc-endpoint-associations --vpc-endpoint-id vpce-123456789abcdefgh --query 'VpcEndpointAssociations[*].*'
@@ -75 +75 @@ The following [describe-vpc-endpoint-associations](https://awscli.amazonaws.com/
-The following is example output for a resource endpoint for an Amazon RDS database with private DNS names enabled. The first entry is the default DNS name. The second entry is from the hidden private hosted zone, which resolves requests to the public endpoint to the private IP addresses of the endpoint network interfaces.
+The following is example output for a resource endpoint for an Amazon RDS database with private DNS names enabled. The first DNS name is the default DNS name. The second DNS name is from the hidden private hosted zone, which resolves requests to the public endpoint to the private IP addresses of the endpoint network interfaces.
@@ -78 +78,6 @@ The following is example output for a resource endpoint for an Amazon RDS databa
-    "DnsEntry": {
+    [
+        [
+            "vpce-rsc-asc-abcd1234abcd",
+            "vpce-123456789abcdefgh",
+            "Accessible",
+            {
@@ -82 +87 @@ The following is example output for a resource endpoint for an Amazon RDS databa
-    "PrivateDnsEntry": {
+            {
@@ -85 +90,5 @@ The following is example output for a resource endpoint for an Amazon RDS databa
-                } 
+            },
+            "arn:aws:vpc-lattice:us-east-1:111122223333:resourceconfiguration/rcfg-1234567890abcdefg",
+            "arn:aws:vpc-lattice:us-east-1:111122223333:resourceconfiguration/rcfg-1234567890xyz"
+        ]
+    ]