From f93a171bb6338fe389b713cf8b53e36a2af896ee Mon Sep 17 00:00:00 2001 From: cpollard0 Date: Thu, 21 Jun 2018 12:05:51 -0400 Subject: [PATCH] [aws][docs] Update max session duration in sts_assume_role documentation(#41765) Update to reflect assume role updated durations as of March 2018. https://aws.amazon.com/blogs/security/enable-federated-api-access-to-your-aws-resources-for-up-to-12-hours-using-iam-roles/ +label: docsite_pr --- lib/ansible/modules/cloud/amazon/sts_assume_role.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/sts_assume_role.py b/lib/ansible/modules/cloud/amazon/sts_assume_role.py index 9615d1f5cb..99a3670f87 100644 --- a/lib/ansible/modules/cloud/amazon/sts_assume_role.py +++ b/lib/ansible/modules/cloud/amazon/sts_assume_role.py @@ -36,8 +36,9 @@ options: - Supplemental policy to use in addition to assumed role's policies. duration_seconds: description: - - The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) to 3600 seconds (1 hour). - By default, the value is set to 3600 seconds. + - The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) to 43200 seconds (12 hours). + The max dependis on the IAM role's sessions duration setting. + By default, the value is set to 3600 seconds.s external_id: description: - A unique identifier that is used by third parties to assume a role in their customers' accounts.