what is the response time of secretManager.getSecretValue() ?

0

when we call this method secretManager.getSecretValue() , how much time does it take to respond? how much time is required to fetch the secrets from secret manager to the application(nodejs).

  • I have seen different behavior with different compute resources. Can you elaborate where this application is running (Lambda, EC2, client...)? There is no SLA on response times though, if that is what you are looking for. So it would boil down to testing.

nisha
posta 3 mesi fa101 visualizzazioni
1 Risposta
0

Based on the AWS Secrets Manager User Guide the maximum transactions per second for DescribeSecret and GetSecretValue API requests combined is 10,000 per second.

AWS
con risposta 3 mesi fa
profile picture
ESPERTO
verificato un mese 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