AWS IAM documentation change
Summary
Updated EC2 instance metadata documentation URL
Security assessment
Fixes a broken link to EC2 instance metadata documentation without security implications.
Diff
diff --git a/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.md b/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.md index abcde9567..c3fee0c01 100644 --- a//IAM/latest/UserGuide/id_roles_use_switch-role-ec2.md +++ b//IAM/latest/UserGuide/id_roles_use_switch-role-ec2.md @@ -254 +254 @@ The `efgh` role must trust the `abcd` instance profile role to assume it. To do -To understand how roles work with Amazon EC2 instances, you need to use the IAM console to create a role, launch an Amazon EC2 instance that uses that role, and then examine the running instance. You can examine the [instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html) to see how the role's temporary credentials are made available to an instance. You can also see how an application that runs on an instance can use the role. Use the following resources to learn more. +To understand how roles work with Amazon EC2 instances, you need to use the IAM console to create a role, launch an Amazon EC2 instance that uses that role, and then examine the running instance. You can examine the [instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) to see how the role's temporary credentials are made available to an instance. You can also see how an application that runs on an instance can use the role. Use the following resources to learn more.