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.

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...
2
answers
0
votes
158
views
Vishal
asked 2 days ago
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...
2
answers
0
votes
157
views
Nathon
asked 5 days ago
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...
2
answers
0
votes
265
views
profile picture
m0ltar
asked 7 days 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...
1
answers
0
votes
254
views
profile picture
m0ltar
asked 7 days 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...
0
answers
0
votes
98
views
asked 12 days 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...
1
answers
0
votes
166
views
strgt
asked 13 days 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...
0
answers
0
votes
180
views
asked 21 days 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
168
views
jk
asked 21 days 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
256
views
asked 22 days 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
80
views
spy16
asked a month 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...
2
answers
0
votes
262
views
Paul
asked a month 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...
1
answers
0
votes
125
views
em
asked a month ago