By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content 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
291 results
Hey all, I have this code and I am not seeing what I am doing wrong. I am creating an RDS in CDK : ``` const secret = this.createDatabaseInstanceSecret(appName, props.deployEnv, rdsProps.masteru...
1
answers
0
votes
363
views
asked 6 months ago
This blog post "https://aws.amazon.com/blogs/apn/how-helecloud-used-aws-secrets-manager-to-automate-credentials-rotation-of-ms-sql-on-amazon-ec2/" describes a solution for automating credential rotati...
1
answers
0
votes
454
views
asked 6 months ago
Hi all, I'm looking for best practices on where to store the SSH key that is created when a Linux EC2 instance is created. In our environment, we join our instances to a domain and protect them with a...
2
answers
0
votes
474
views
asked 6 months ago
I have to run a step of lambda functions which requires sensitive information of the user and uploads the resulting file to the S3 bucket. This process need to be scheduled to run frequently. I want t...
2
answers
0
votes
351
views
asked 6 months ago
I am attempting to connect to Redshift from a Mac machine using SQLWorkbench. I am able to make the connection from a Windows machine by providing plugin_name as ``` plugin_name com.amazon.reds...
1
answers
0
votes
214
views
asked 7 months ago
I want to have complete control on the secrets management, so i want to create a secret in secret manager and use its ARN as master secret for RDS . I did add the necessary details in the CFT but stil...
2
answers
0
votes
622
views
asked 7 months ago
Hello How do I restrict access to a secret from a lambda function's role without adding a secret specific policy to the role? It seems that a Permissions policy on the secret is overridden by a policy...
1
answers
0
votes
600
views
asked 7 months ago
Background: I have a cluster of "Aurora MySQL", with "Credentials management" set to "Managed in AWS Secrets Manager". My service is a spring boot service, that takes the DB password via ENV vars on ...
1
answers
0
votes
1.6K
views
asked 7 months ago
We have previously deployed an RDS instance manually through the AWS console. We now want to manage this instance using AWS CDK for IaC benefits. **Problem** When trying to import the existing RDS i...
1
answers
0
votes
801
views
asked 7 months ago
**Question** VPC endpoint costs about $7/month. I'm mostly using Free Tier services. Is there a way to access PostgreSQL RDS database credentials stored in Secrets Manager from Lambda functions in a ...
3
answers
0
votes
364
views
asked 8 months ago
Hello, I've implemented the *AWS Parameter and Secrets Lambda Extension* into a fairly straightforward handler but I'm running into an intermittent error when the secret is retrieved from the cache. ...
1
answers
0
votes
980
views
asked 8 months ago
Hi team IHAC who is using RDS SQL Server with multi-AZ along with one RDS Read Replica in the same region to offload read traffic. We are using AWS Secret Manager to store the credential for applicat...
1
answers
0
votes
369
views
AWS
asked 8 months ago