AWS iot-fleetwise documentation change
Summary
Removed JSON policy example for IPv6 IP address filtering in IAM policies
Security assessment
Removal of an example IP-based policy does not indicate a security issue. No evidence this was fixing an insecure configuration. Reduces documentation completeness but not a security fix.
Diff
diff --git a/iot-fleetwise/latest/developerguide/fleetwise-ipv6-access.md b/iot-fleetwise/latest/developerguide/fleetwise-ipv6-access.md index 04592ffe1..518984ca8 100644 --- a//iot-fleetwise/latest/developerguide/fleetwise-ipv6-access.md +++ b//iot-fleetwise/latest/developerguide/fleetwise-ipv6-access.md @@ -49,24 +48,0 @@ IAM policies that filter IP addresses use [IP Address Condition Operators](https -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "IPAllow", - "Effect": "Allow", - "Principal": "*", - "Action": "iotfleetwise:*", - "Resource": "arn:aws:iotfleetwise:region:111122223333:*", - "Condition": { - "IpAddress": {"aws:SourceIp": "54.240.143.0/24"} - } - } - ] - } - -