AWS outposts documentation change
Summary
Fixed syntax in IAM policy JSON example (added closing bracket)
Security assessment
Corrects JSON formatting without altering policy logic or addressing security vulnerabilities.
Diff
diff --git a/outposts/latest/network-userguide/private-connectivity.md b/outposts/latest/network-userguide/private-connectivity.md index d26d20d46..aba563d57 100644 --- a//outposts/latest/network-userguide/private-connectivity.md +++ b//outposts/latest/network-userguide/private-connectivity.md @@ -70 +70,2 @@ Use the following **IAM policy document** : - }, + } + ]