SageMaker pre-signed URL timeout extension

0

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

2 Antworten
0
Akzeptierte Antwort

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
beantwortet vor einem Jahr
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen