AWS iot-twinmaker documentation change
Summary
Added information about AWS IoT TwinMaker supporting IPv4 and IPv6 (dual-stack) through interface VPC endpoints
Security assessment
The change adds documentation about dual-stack (IPv4/IPv6) support for VPC endpoints, which enhances network security by allowing modern IP protocol usage. However, there's no indication this addresses a specific security vulnerability.
Diff
diff --git a/iot-twinmaker/latest/guide/vpc-interface-endpoints.md b/iot-twinmaker/latest/guide/vpc-interface-endpoints.md index cf36eddfc..91adae227 100644 --- a//iot-twinmaker/latest/guide/vpc-interface-endpoints.md +++ b//iot-twinmaker/latest/guide/vpc-interface-endpoints.md @@ -9 +9 @@ Considerations for AWS IoT TwinMaker VPC endpointsCreating an interface VPC endp -You can establish a private connection between your virtual private cloud (VPC) and AWS IoT TwinMaker by creating an _interface VPC endpoint_. Interface endpoints are powered by [AWS PrivateLink](https://aws.amazon.com/privatelink), which you can use to privately access AWS IoT TwinMaker APIs without an internet gateway, network address translation (NAT) device, VPN connection, or AWS Direct Connect connection. Instances in your VPC don't need public IP addresses to communicate with AWS IoT TwinMaker APIs. Traffic between your VPC and AWS IoT TwinMaker doesn't leave the Amazon network. +You can establish a private connection between your virtual private cloud (VPC) and AWS IoT TwinMaker by creating an _interface VPC endpoint_. Interface endpoints are powered by [AWS PrivateLink](https://aws.amazon.com/privatelink), which you can use to privately access AWS IoT TwinMaker APIs without an internet gateway, network address translation (NAT) device, VPN connection, or AWS Direct Connect connection. AWS IoT TwinMaker supports both IPv4 and IPv6 (dual-stack) through its interface endpoints. Instances in your VPC don't need public IP addresses to communicate with AWS IoT TwinMaker APIs. Traffic between your VPC and AWS IoT TwinMaker doesn't leave the Amazon network.