Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase the assume-role token expiry time to 8 hours (28800 seconds)
- AWS recently increased the assume-role session token expiry time to a maximum of 12 hours. This makes our sessions last for eight hours, the length of the working day, to avoid having to re-assume role multiple times a day. This is done via the `max_session_duration` parameter on `aws_iam_role` as implemented in the AWS terraform provider v0.14.0. - This will revert the changes I made in #498, and I'll have to change the docs again, but it makes it simpler in the long run - you only have to remember an `assume-role` command, not also `get-session-token`.
- Loading branch information