AWS Security ChangesHomeSearch

AWS tag-editor documentation change

Service: tag-editor · 2025-11-22 · Documentation low

File: tag-editor/latest/userguide/tags-in-iam-policies.md

Summary

Updated IAM documentation URLs by adding double slashes after domain in multiple links

Security assessment

The changes only modify URL formatting (adding an extra slash) without altering security content. No security vulnerabilities or new security features are mentioned. The updates appear to be documentation link corrections rather than security-related changes.

Diff

diff --git a/tag-editor/latest/userguide/tags-in-iam-policies.md b/tag-editor/latest/userguide/tags-in-iam-policies.md
index 3f6d15dd3..732a0e290 100644
--- a//tag-editor/latest/userguide/tags-in-iam-policies.md
+++ b//tag-editor/latest/userguide/tags-in-iam-policies.md
@@ -9 +9 @@ Tags and attribute-based access control Tag-related condition keysExample IAM po
-[AWS Identity and Access Management (IAM)](https://docs.aws.amazon.com/IAM/latest/UserGuide/) is the AWS service that you use to create and manage permissions policies that determine who can access your AWS resources. Every attempt to access an AWS service or read or write an AWS resource is access controlled by an IAM policy.
+[AWS Identity and Access Management (IAM)](https://docs.aws.amazon.com//IAM/latest/UserGuide/) is the AWS service that you use to create and manage permissions policies that determine who can access your AWS resources. Every attempt to access an AWS service or read or write an AWS resource is access controlled by an IAM policy.
@@ -22 +22 @@ These policies allow you to provide granular access to your resources. One of th
-Tags can be an important part of your AWS access control strategy. For information about using tags as the attributes in an attribute-based access control (ABAC) strategy, see [Controlling access to AWS resources using tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html) and [Controlling access to and for IAM users and roles using tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html), both in the _IAM User Guide_.
+Tags can be an important part of your AWS access control strategy. For information about using tags as the attributes in an attribute-based access control (ABAC) strategy, see [Controlling access to AWS resources using tags](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_tags.html) and [Controlling access to and for IAM users and roles using tags](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_iam-tags.html), both in the _IAM User Guide_.
@@ -24 +24 @@ Tags can be an important part of your AWS access control strategy. For informati
-There is a comprehensive tutorial that shows how to grant access to different projects and groups using tags at [IAM tutorial: Define permissions to access AWS resources based on tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_attribute-based-access-control.html) in the _AWS Identity and Access Management User Guide_.
+There is a comprehensive tutorial that shows how to grant access to different projects and groups using tags at [IAM tutorial: Define permissions to access AWS resources based on tags](https://docs.aws.amazon.com//IAM/latest/UserGuide/tutorial_attribute-based-access-control.html) in the _AWS Identity and Access Management User Guide_.
@@ -26 +26 @@ There is a comprehensive tutorial that shows how to grant access to different pr
-If you use a SAML-based identity provider (IdP) for single sign-in, you can attach tags to the assumed roles providing access to your users. For more information, see [IAM tutorial: Use SAML session tags for ABAC](https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_abac-saml.html) in the _AWS Identity and Access Management User Guide_.
+If you use a SAML-based identity provider (IdP) for single sign-in, you can attach tags to the assumed roles providing access to your users. For more information, see [IAM tutorial: Use SAML session tags for ABAC](https://docs.aws.amazon.com//IAM/latest/UserGuide/tutorial_abac-saml.html) in the _AWS Identity and Access Management User Guide_.
@@ -45,4 +45,4 @@ Condition key name | Description
-[aws:PrincipalTag](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-principaltag) |  Compares the tag attached to the principal (IAM role or user) making the request with the tag that you specify in the policy.  
-[aws:RequestTag](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag) | Compares the tag key-value pair that was passed to the request as a parameter with the tag key-value pair that you specify in the policy.  
-[aws:ResourceTag](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag) |  Compares the key-value pair that is attached to the resource with the tag key-value pair that you specify in the policy.  
-[aws:TagKeys](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys) | Compares only the tag _keys_ in the request with the keys that you specify in the policy.   
+[aws:PrincipalTag](https://docs.aws.amazon.com//IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-principaltag) |  Compares the tag attached to the principal (IAM role or user) making the request with the tag that you specify in the policy.  
+[aws:RequestTag](https://docs.aws.amazon.com//IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag) | Compares the tag key-value pair that was passed to the request as a parameter with the tag key-value pair that you specify in the policy.  
+[aws:ResourceTag](https://docs.aws.amazon.com//IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag) |  Compares the key-value pair that is attached to the resource with the tag key-value pair that you specify in the policy.  
+[aws:TagKeys](https://docs.aws.amazon.com//IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys) | Compares only the tag _keys_ in the request with the keys that you specify in the policy.   
@@ -115 +115 @@ This example is an example of [attribute-based access control (ABAC)](https://do
-  * [Controlling access to AWS resources using tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html)
+  * [Controlling access to AWS resources using tags](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_tags.html)
@@ -117 +117 @@ This example is an example of [attribute-based access control (ABAC)](https://do
-  * [Controlling access to and for IAM users and roles using tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html)
+  * [Controlling access to and for IAM users and roles using tags](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_iam-tags.html)
@@ -119 +119 @@ This example is an example of [attribute-based access control (ABAC)](https://do
-  * [IAM tutorial: Define permissions to access AWS resources based on tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_attribute-based-access-control.html) – Shows how to grant access to different projects and groups using multiple tags. 
+  * [IAM tutorial: Define permissions to access AWS resources based on tags](https://docs.aws.amazon.com//IAM/latest/UserGuide/tutorial_attribute-based-access-control.html) – Shows how to grant access to different projects and groups using multiple tags.