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
When using the secrets as reference in ECS, at what point are they resolved? 1. At task start time 2. At container start time I.e. imagine I have two tasks: 1. `sidecar` 2. `app` _(depends on `side...
2
answers
0
votes
365
views
profile picture
asked 4 months ago
I have an application image that is distributed by a vendor, and I cannot modify it. The image relies on having the database password in the environment (e.g. `DBPASSWORD`). I want to use RDS IAM aut...
1
answers
0
votes
404
views
profile picture
asked 4 months ago
Hi everyone, I have written the implementation for all different rotation stages (create, set, test and finished) and finally got a RotationSucceded event in CloudTrail ![Enter image description h...
0
answers
0
votes
121
views
asked 4 months ago
I'm setting up a CI/CD pipeline using AWS CodePipeline and AWS CodeBuild to deploy a Docker application running on an Elastic Beanstalk instance. The Docker credentials are stored in AWS Secrets Manag...
1
answers
0
votes
305
views
asked 4 months ago
Hello, I am trying to use Elastic Beanstalk to run a node.js application that will talk to DocumentDB. I have stored the node.js docker image in ECR and I am providing Elastic Beanstalk Dockerrun.aws...
0
answers
0
votes
221
views
asked 5 months ago
I am currently working on configuring our App Runner service to communicate with our RDS database. Here’s the detailed scenario: RDS Database Setup: We are using an RDS database with the default VPC,...
1
answers
0
votes
271
views
asked 5 months ago
I am getting an error when trying to access a secret stored in Secrets Manager from my NextJS 14 app hosted on Amplify Gen 2. Could someone please advise on what is wrong or missing with my setup? I...
2
answers
0
votes
842
views
asked 5 months ago
What are the best practices in structuring the secrets in secret manager? More specifically, if I have a vendor client-id and client-secret, should i store them separately as `prod/vendor/client-id` ...
Accepted AnswerAWS Secrets Manager
1
answers
0
votes
182
views
asked 5 months ago
How can I ensure that my IAM role can access the Secrets value stored in Secrets Manager? I am using this IAM role as an ECS Container role. My secret name is acme/prod/secret, which is encrypted wit...
2
answers
0
votes
570
views
asked 5 months ago
Hi All, I am trying to replicate the generative AI chatbot found in the code in this repository: https://github.com/aws-samples/rag-using-langchain-amazon-bedrock-and-opensearch/tree/main I have b...
1
answers
0
votes
209
views
asked 5 months ago
Good morning everyone, I found this repository https://github.com/aws-samples/rag-using-langchain-amazon-bedrock-and-opensearch.git that codes for an AWS Bedrock generative AI chatbot using your own...
1
answers
0
votes
395
views
asked 5 months ago