AWS elasticbeanstalk documentation change
Summary
Fixed a URL path by adding a double slash in the IAM documentation link
Security assessment
The change corrects a broken or misformatted link but does not modify security-related content or permissions guidance.
Diff
diff --git a/elasticbeanstalk/latest/dg/AWSHowTo.secrets.IAM-permissions.md b/elasticbeanstalk/latest/dg/AWSHowTo.secrets.IAM-permissions.md index f3c3a5627..e0fcd4591 100644 --- a//elasticbeanstalk/latest/dg/AWSHowTo.secrets.IAM-permissions.md +++ b//elasticbeanstalk/latest/dg/AWSHowTo.secrets.IAM-permissions.md @@ -11 +11 @@ You must grant the necessary permissions to your environment’s EC2 instances t -The following sections list the specific permissions that you need to add to an EC2 instance profile, depending on which service you use. Follow the steps provided in [Update the permissions policy for a role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_update-role-permissions.html) in the _IAM User Guide_ to add these permissions. +The following sections list the specific permissions that you need to add to an EC2 instance profile, depending on which service you use. Follow the steps provided in [Update the permissions policy for a role](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_roles_update-role-permissions.html) in the _IAM User Guide_ to add these permissions.