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.
I followed the instructions in this guide: https://docs.aws.amazon.com/solutions/latest/serverless-image-handler/architecture-details.html#image-url-signature
The solution works for public images in...
0
answers
0
votes
31
views
asked 6 days agolg...
Hi All,
I hope everyone is doing well! I am attempting to create a federated query between Redshift and Aurora Postgres 14.
I am following the instructions on this page:...
0
answers
0
votes
84
views
asked 9 days agolg...
When configuring AWS DMS endpoints for Amazon DocumentDB (with MongoDB compatibility) using AWS secrets manager, test connection fails with authentication error. While providing the connection details...
1
answers
0
votes
79
views
asked 22 days agolg...
What is the best way to cache database connection and retrieve secrets securely in lambda function?lg...
Hello all,
I would like to be able to cache some static code and also retrieve secrets securely in lambda function.
**Attempt #1 - Pass secrets as env variables:**
This allowed me to use execution...
2
answers
0
votes
87
views
asked 24 days agolg...
I have my password for our RDS Oracle instance stored in Secrets Manager and I'm trying to connect using JAVA, Class.forName("com.amazonaws.secretsmanager.sql.AWSSecretsManagerOracleDriver");
**I...
1
answers
0
votes
64
views
asked a month agolg...
**Scenario: **
* MSK Cluster is in private subnet of VPC-1 and I am trying to create an EventBridge Pipe in VPC2 that gets data from the MSK cluster
* VPC-1 and VPC-2 are connected using VPC peering
*...
1
answers
0
votes
105
views
asked a month agolg...
In my container definition I am accessing a secret like so:
```
"secrets": [
{
"name": "APIKEY",
"valueFrom": "arn:aws:secretsmanager:us-east-1:<ACCOUNTID>:secret:APIKEY-5r1eWz"
...
1
answers
0
votes
67
views
asked a month agolg...
We have running ECS-tasks and for accessing other systems we have saved credentials in our Secrets Manager. In Secrets Manager we have to change the credentials and we are going to do that manually in...
1
answers
0
votes
108
views
asked a month agolg...
Account Block issuelg...
I am trying to make a ECS based deployment of my ECR image, for that I made a private ECR and uploaded my Docker Image to it, after this I made a ECS and created a task definition with ECR image url,...
1
answers
0
votes
88
views
asked a month agolg...
I have a use case where my company users Federate into the console and assume a role that allows access to the appropriate services. One of the services I would like to use is AWS Glue Studio visual...
1
answers
0
votes
48
views
asked a month agolg...
I have a DMS source endpoint (SQL Server) linked to a Secrets Manager secret with my DB credentials in it. I've previously created serverless tasks using this endpoint, which successfully performed...
1
answers
0
votes
75
views
asked a month agolg...
I'm using the new auto-rotation for RDS that doesn't require a lambda - https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_turn-on-for-db.html
The problem I'm facing is...
1
answers
0
votes
73
views
asked a month agolg...