Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
**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 ...
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. ...
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...