Questions tagged with AWS Secrets Manager

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.

1
answers
0
votes
108
views
asked 2 months ago
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,...
1
answers
0
votes
210
views
DJRita
asked 2 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...
1
answers
0
votes
308
views
Adit
asked 2 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
408
views
asked 2 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...
2
answers
0
votes
289
views
Keerthi
asked 2 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...
1
answers
0
votes
167
views
adbdkb
asked 3 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...
2
answers
0
votes
452
views
asked 3 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
515
views
asked 3 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
898
views
TWK87
asked 3 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...
1
answers
0
votes
377
views
ajit
asked 3 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
253
views
David
asked 4 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
535
views
David
asked 4 months ago