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
asked 2 months ago90 views
1 Answer
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
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions