SageMaker pre-signed URL timeout extension

0

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

2 Respostas
0
Resposta aceita

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
respondido há um ano
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas