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
gefragt vor 3 Monaten101 Aufrufe
1 Antwort
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
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor einem Monat

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