AWS res documentation change
Summary
Updated IAM role ARN in cross-account access policy example by removing region suffix and adding 'vdc-' prefix
Security assessment
This change updates an example IAM role ARN format but doesn't indicate any security issue or vulnerability. It appears to be a documentation correction or update to match current naming conventions.
Diff
diff --git a/res/archive/release-minus-2/ug/S3-buckets-cross-account-access.md b/res/archive/release-minus-2/ug/S3-buckets-cross-account-access.md index 0f2c5b5ee..2ad21d278 100644 --- a//res/archive/release-minus-2/ug/S3-buckets-cross-account-access.md +++ b//res/archive/release-minus-2/ug/S3-buckets-cross-account-access.md @@ -90 +90 @@ JSON - "AWS": "arn:aws:iam::111122223333:role/<ENVIRONMENT_NAME>-custom-credential-broker-lambda-role-us-east-1" + "AWS": "arn:aws:iam::111122223333:role/<ENVIRONMENT_NAME>-vdc-custom-credential-broker-lambda-role"