Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Console Session Timeout

There is a way to limit the AWS console session timeout to less than 1 hour?

I didn't find any option for this in the console or policy/role in the IAM. Please assist.

Thanks for the help.

like image 295
Simon Faiman Avatar asked May 21 '18 12:05

Simon Faiman


People also ask

How do I increase my AWS console session timeout?

Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/ . In the navigation pane, choose Session Manager. Choose the Preferences tab, and then choose Edit. Specify the amount of time to allow a user to be inactive before a session ends in the minutes field under Idle session timeout.

What is idle session timeout?

The Idle Session Timeout configures the time intervals that the management sessions can remain idle before they timeout and you must log in again to reestablish one of the following sessions: • HTTP Session Timeout. • HTTPS Session Timeout.

What is the recommended session timeout?

Typical session timeouts are 15- to 45-minute durations depending on the sensitivity of the data that may be exposed. As the session timeout is approaching, offer users a warning and give them an opportunity to stay logged in.


1 Answers

If you are using the console and IAM credentials, there is no way to restrict it to less than one hour.

When does my session expire?

For security purpose, a login session will expire in 12 hours when you sign into the AWS Management Console with your AWS or IAM account credentials. To resume your work after the session expires, we ask you to click the "Click login to continue" button and login again. The duration of federated sessions varies depending on the federation API (GetFederationToken or AssumeRole) and the administrator’s preference. Please go to our Security Blog to learn more about building a secure delegation solution to grant temporary access to your AWS account.

However if you use SAML, then you can restrict it to as low as 15 minutes to as high as 36 hours.

Creating a URL that Enables Federated Users to Access the AWS Management Console

like image 160
helloV Avatar answered Sep 19 '22 03:09

helloV