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
demandé il y a 3 mois101 vues
1 réponse
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
répondu il y a 3 mois
profile picture
EXPERT
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions