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
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...
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...
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...
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...
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...
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,...
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...
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` ...
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...
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...
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...