AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2026-04-19 · Documentation low

File: IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.md

Summary

Fixed grammar errors ('you're set' to 'you've set') and removed duplicate 'the'

Security assessment

These are grammatical corrections that improve clarity but don't address security vulnerabilities or add security documentation. The changes clarify session duration limits but don't indicate any security issue.

Diff

diff --git a/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.md b/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.md
index d36e0b924..1e2f00f3a 100644
--- a//IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.md
+++ b//IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.md
@@ -37 +37 @@ To enable your organization's users to access the AWS Management Console, you ca
-       * Your `SessionDuration` cannot be greater than or equal to the maximum session duration setting for the role you're assuming. For example, you're set the maximum session duration for the role you want to assume to 5 hours. Your `SessionDuration` parameter can be 16524 seconds or 4 hours and 59 seconds.
+       * Your `SessionDuration` cannot be greater than or equal to the maximum session duration setting for the role you're assuming. For example, you've set the maximum session duration for the role you want to assume to 5 hours. Your `SessionDuration` parameter can be 16524 seconds or 4 hours and 59 seconds.
@@ -125 +125 @@ The `SessionDuration` HTTP parameter specifies the duration of the console sessi
-     * Your `SessionDuration` cannot be greater than or equal to the maximum session duration setting for the role you're assuming. For example, you're set the maximum session duration for the role you want to assume to 5 hours. Your `SessionDuration` parameter can be 16524 seconds or 4 hours and 59 seconds.
+     * Your `SessionDuration` cannot be greater than or equal to the maximum session duration setting for the role you're assuming. For example, you've set the maximum session duration for the role you want to assume to 5 hours. Your `SessionDuration` parameter can be 16524 seconds or 4 hours and 59 seconds.
@@ -199 +199 @@ The following examples show how to use Python to programmatically construct a UR
-Both examples use the the [AWS SDK for Python (Boto3)](https://aws.amazon.com/tools/) and [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html) API to obtain temporary security credentials.
+Both examples use the [AWS SDK for Python (Boto3)](https://aws.amazon.com/tools/) and [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html) API to obtain temporary security credentials.