AWS decision-guides documentation change
Summary
Fixed a broken URL syntax in IAM roles documentation
Security assessment
Change only corrects a markdown link formatting issue without altering security content
Diff
diff --git a/decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md b/decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md index a4ba4ae8f..d6339e32f 100644 --- a/decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md +++ b/decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md @@ -105 +105 @@ IAM roles -[IAM roles](https://docs.aws.amazon.com/IAM;/latest/UserGuide/id_roles.html) are granted **temporary credentials**. Humans, workloads, and AWS services can assume IAM roles. +[IAM roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html) are granted **temporary credentials**. Humans, workloads, and AWS services can assume IAM roles.