Are all AWS Secrets Manager API calls billed ?

0

Hello,

The AWS Secrets Manager pricing page says that it costs 0.05$ per 10000 API calls. Does this apply to all operations on Secrets Manager ? I have a Lambda function that needs to do the ListSecretVersionIds operation on a secret, and I was wondering if these calls are billed or if it applies only to operations like GetSecretValue, CreateSecret, DeleteSecret, UpdateSecret.

Thank you

1 Answer
1
Accepted Answer

Yes, this pricing is applicable for any API call made to the Secret Manager.

Any API call counts towards this -> https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_ListSecretVersionIds.html

profile picture
Bisina
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year 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