SageMaker pre-signed URL timeout extension

0

How can I extend the default time out period for SageMaker pre-signed URL ?

2 Answers
0
Accepted Answer

The session timeout duration can specified using

`SessionExpirationDurationInSeconds`

in the API. Refer to https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePresignedDomainUrl.html#API_CreatePresignedDomainUrl_RequestParameters. This value defaults to 43200 which is the max allowed value.

AWS
marancs
answered a year ago
0

SessionExpirationDurationInSeconds will specify the session timeout (which defaults to 12 hours), not the timeout for the presigned URL itself (which defaults to 5 minutes).

@bluestart_rp If your request is to set the timeout for the presigned URL expiry, use ExpiresInSeconds and note that the max. time is 5 minutes.

AWS
Durga_S
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions