SageMaker pre-signed URL timeout extension

0

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

2 Risposte
0
Risposta accettata

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
con risposta un anno fa
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande