Describe the bug
When running the AWS Shell Script task after 15 Minutes the calls will abort because of the End of Life of the Token.
To reproduce
Build pipeline with an AWS Shell Script task.
in this task make a loop that makes a call every minute with the cli and the call after 15 Minutes will throw a Time out (The security token included in the request is expired)
Expected behavior
The Token exiration period is longer than 15 Minutes or it can be set in the Task.
Describe the bug When running the AWS Shell Script task after 15 Minutes the calls will abort because of the End of Life of the Token.
To reproduce Build pipeline with an AWS Shell Script task. in this task make a loop that makes a call every minute with the cli and the call after 15 Minutes will throw a Time out (The security token included in the request is expired)
Expected behavior The Token exiration period is longer than 15 Minutes or it can be set in the Task.
Your Environment