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
Hello,
Is there some way how to define which exact secret version should a ECS task definition use? Something like <secret-arn>:<secret-version-id>. Is something like this possible?
I'm using this s...
Hello everyone, I am implementing my secrets in AWS secrets manager. and during my implementation I came across a problem.
* I start the server and await for the secrets to arrive then launch the node...
Hello everyone I am implementing Secrets manager to my web app and I manage several shared secrets across multiple environments, with some secrets used in more than one. and I was worried about the st...
EXPERT
published 3 months ago0 votes172 views
Best Practices from a DevOps and AWS Perspective
Is there a way to hide sensitive runtime properties in AWS Managed Apache Flink (Amazon Kinesis Data Analytics)? They are currently displayed in plain text in the AWS console. Flink supposedly support...
We have an issue with our Lambda Runtime Node.js 14 and 128MB, until one month ago was working fine, that means Duration was under one second. Now, sometimes is working slowly (Duration 12 seconds) an...
I have several secretsmanager secrets formatted in json-format:
{"AUTH_PASSWORD":"SomeSecretPW","DATABASE_URL":"postgres://postgres:SomeSecretURL?schema=public","AUTH_USERNAME":"SomeSecretUsername","C...
Hi everyone,
I would like to use RDS Proxy. As far as I know, I have to add database username and password in Secrets Manager, which later will be used by RDS Proxy to connect to my RDS instance. I a...
I am trying to use the Database Migration Service to move data between an RDS instance and Redshift.
Everything is configured on the same private subnet and same security group.
My target endpoint i...
EXPERT
published 4 months ago1 votes570 views
Security Best Practices in AWS DevOps
Hello,
I created a secret manager and added values as key value pairs, I want to read it using API Gateway with specific key name, I tried find a way a lot but did not find anything helpful.
Can som...
I'm in the process of setting up the AWS Secret Manager for application access. The part I'm stuck on is the authentication from the application to the Secret Manager. This appears to be restricted to...