AWS Security ChangesHomeSearch

AWS appconfig documentation change

Service: appconfig · 2025-08-01 · Documentation low

File: appconfig/latest/userguide/appconfig-agent-how-to-use-additional-features.md

Summary

Corrected ARN format in roleArn example by adding 'aws:' partition prefix

Security assessment

Similar to the multi-account file change, this fixes ARN syntax without addressing a security vulnerability. Ensures proper IAM role references but lacks security context.

Diff

diff --git a/appconfig/latest/userguide/appconfig-agent-how-to-use-additional-features.md b/appconfig/latest/userguide/appconfig-agent-how-to-use-additional-features.md
index 5cafa965a..e51fd4644 100644
--- a//appconfig/latest/userguide/appconfig-agent-how-to-use-additional-features.md
+++ b//appconfig/latest/userguide/appconfig-agent-how-to-use-additional-features.md
@@ -44 +44 @@ Here is example JSON for a manifest with two configurations. The first configura
-                    "roleArn": "arn:us-west-1:iam::123456789012:role/MyTestRole",
+                    "roleArn": "arn:aws:us-west-1:iam::123456789012:role/MyTestRole",