AWS emr: Correct IAM trust policy documentation URL
Summary
Fixed URL for modifying IAM role trust policies in runtime roles context.
Security assessment
The change repairs a broken link to IAM trust policy documentation but does not modify security guidance or address vulnerabilities.
Evidence
+For each IAM role that you plan to use as a runtime role, set the following trust policy, replacing `EMR_EC2_DefaultRole` with your instance profile role. To modify the trust policy of an IAM role, see [Modifying a role trust policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html).
Diff
diff --git a/emr/latest/ManagementGuide/emr-steps-runtime-roles.md b/emr/latest/ManagementGuide/emr-steps-runtime-roles.md index 05c1a109f..c62fbb9f7 100644 --- a//emr/latest/ManagementGuide/emr-steps-runtime-roles.md +++ b//emr/latest/ManagementGuide/emr-steps-runtime-roles.md @@ -84 +84 @@ JSON -For each IAM role that you plan to use as a runtime role, set the following trust policy, replacing `EMR_EC2_DefaultRole` with your instance profile role. To modify the trust policy of an IAM role, see [Modifying a role trust policy](https://docs.aws.amazon.com//IAM/latest/UserGuide/roles-managingrole-editing-console.html). +For each IAM role that you plan to use as a runtime role, set the following trust policy, replacing `EMR_EC2_DefaultRole` with your instance profile role. To modify the trust policy of an IAM role, see [Modifying a role trust policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html).