Questions tagged [aws-secrets-manager]

AWS Secrets Manager helps encrypt, store, and retrieve credentials for your databases and other services. Instead of hardcoding credentials in apps, you can make calls to Secrets Manager to retrieve credentials whenever needed. Secrets Manager helps protect access to IT resources and data by rotating and managing access to secrets.

See also: What Is AWS Secrets Manager? - AWS Secrets Manager

864 questions
-2
votes
1 answer

Retrieving sensitive data from secret version in terraform

When showing the state of the secret version, just get shown this: terraform state show aws_secretsmanager_secret_version.mysecret secret_string = (sensitive value) I want now to see, what the acctual value is, but i do not know how to do it.…
David
  • 2,926
  • 1
  • 27
  • 61
-2
votes
1 answer

Is VPC needed when a AWS Lambda talks to AWS Secrets Manager?

We have an app consisting of AWS Lambda (and API Gateway) and the Lambda uses credentials stored in AWS Secrets Manager. Do we need a VPC in this scenario? Or is the communication between the Lambda and Secrets Manager secure since they are on AWS…
-2
votes
1 answer

EC2 instance on my machine. I have lost key pair. But in Aws secret manager there is secret value of .ppk file. How i use that to login to EC2

I lost key pair of EC2 instance linux centos. I have tried .ppk file content copy and paste content from secret manager to notepad and save as .ppk file. While loading to puttygen its showing file format error message. Please suggest how to login…
-2
votes
1 answer

Testing Rotating Secret through lambda Testing

Using this as lambda function - https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/master/SecretsManagerRotationTemplate/lambda_function.py. giving perimeters as { "SecretId": "giving arn", "ClientRequestToken":"giving…
-2
votes
2 answers

What are permissions that my lambda function need to retrieve secrets from AWS Secrets Manager

What are permissions that my lambda function need to be able to retrieve secrets from AWS Secrets Manager and change it also ?
learn.amzn21
  • 43
  • 1
  • 7
-2
votes
1 answer

How to attach an AWS Instance profile to an Existing Amazon EC2 Instance dynamically to connect to secret manager

I have kitchen.yaml it creates ec2 instance dynamically ,when ever kitchen.yaml launches new instance I need to connect to secrets manager using instance profile, but I have to attach instance profile using chef recipe can anyone please suggest me…
-3
votes
1 answer

How can I create a permanent AWS Secret in Secret Manager which does not get deleted?

I am using Terraform to create a AWS Secret and I see that it has a default 30 day recovery period. I need to create a permanent secret that does not get deleted, is there a way I can do that?
-3
votes
1 answer

Is there any way to store 3rd part API keys on AWS other than through secret manager?

I want to store API keys on AWS without having to pay $0.4 a month, also it has to be secure and accessible from Lambda and other functions I tried secret manager and I want a different solution like s3 maybe?
-3
votes
1 answer

Terraform create a secret in aws secret manager

i would like create a secret with secret manager aws more precisely create a secret for docker registry. I would like to use terraform for that but i don't find a good code for that. Does anyone have a concrete example
1 2 3
57
58