AWS iot documentation change
Summary
Fixed IAM ARN format by adding missing double colon after 'iam' service identifier
Security assessment
Corrects ARN syntax but does not address a specific security vulnerability. Incorrect ARN formats could lead to policy misconfigurations, but there's no evidence this was exploiting an active security issue.
Diff
diff --git a/iot/latest/developerguide/cross-account-access.md b/iot/latest/developerguide/cross-account-access.md index f2548e458..986d8708b 100644 --- a//iot/latest/developerguide/cross-account-access.md +++ b//iot/latest/developerguide/cross-account-access.md @@ -94 +94 @@ JSON - "AWS": "arn:aws:iam:us-east-1:567890123456:user/MyUser" + "AWS": "arn:aws:iam::567890123456:user/MyUser"