New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
Questions tagged with AWS Secrets Manager
AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
279 results
I'm having trouble accessing the secret values I've set for my Lambda function `fetchData`. I tried adding the AWS SDK v3 code from [this section of the Amplify Docs](https://docs.amplify.aws/gen1/ja...
Hello,
When modifying an existing RDS instance via the Console, the Manage credentials in AWS Secrets Manager option is disabled. I have verified the permissions for the user with the policy simulato...
I'm looking at this page [Replicate AWS Secrets Manager secrets across Regions](https://docs.aws.amazon.com/secretsmanager/latest/userguide/replicate-secrets.html), below paragraph in particular:
> I...
I am working on a set of CloudFormation Registry custom resource types that require access to an API token. These resources will run in a collection of accounts part of an AWS Organization. The API to...
I have a feature to build and the use of HMAC seems to fit. Apparently the general best practice is to create KMS HMAC key and call GenerateMac/VerifyMac. However, it would be too expensive for us if ...
I'm developing an exporter lambda function, to read from a RDS DB.
I am using secret manager to avoid hardcoding RDS credentials in the github (even if private) repo.
This is the problem
- Case 1 -...
I am trying to setup AWS secrete manager agent as per document https://docs.aws.amazon.com/secretsmanager/latest/userguide/secrets-manager-agent.html. Following steps mentioned for Lambda. Install mos...
I'm building a system where a new user's account is disabled in Cognito, immediately after signup and email verification, and the account is only enabled after the admin approves the user account by a...
Hello I am deploying my serverless to AWS us-east-1 region and I getting the below error:
**Resource handler returned message: "Invalid request provided: Cannot access secret manager value arn:aws:sec...
When creating a database connection between Amazon Athena and an RDS database we are running in to an error where we are unable to see more than 10 Secrets in the Secrets dropdown.
Amazon Athena -> ...
I'm looking at the possibility of using AWS Secrets Manager Rotation by Lambda function to rotate a couple of access tokens for external services. However, reading through https://docs.aws.amazon.com/...
I have two AWS account A and B. In the account A there's an RDS database that use PostgreSQL. In the account B there are some credentials stored in Secret Manager. I would like to have a rotation func...