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 tags to filter
Sort by most recent
319 results
Regarding new possibility : https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/AWSHowTo.secrets.env-vars.html I tried to configure my Elastic Beanstalk environment to use AWS Secrets Manager. Whe...
1
answers
0
votes
19
views
asked 16 hours ago
Most of my info is in this github discussion thread. Essentially, I'm using the boilerplate code to fetch secrets with aws-sdk-secretsmanager (aws-sdk-rust) I get `Could not retrieve secret 'arn:aws:...
Accepted AnswerAWS Secrets Manager
3
answers
0
votes
29
views
asked 17 hours ago
Hi, I found I cannot assign a pre created AWS secret to DBCluster with CFN. say I have a secret created: ``` DbSecret: Type: AWS::SecretsManager::Secret Properties: ... ``` And in my DBcluste...
1
answers
0
votes
71
views
asked 22 days ago
I have set up an ECS cluster and have some tasks running on it. One of the tasks connects to the DB via URL. I have added the DB URL to Secrets Manager and referenced the secret's ARN in the task defi...
2
answers
0
votes
66
views
asked a month ago
Is there a link or document to get information on how to auto rotate IAM access keys using lambda + Secrets Manager + SNS... Not SES . I tried the SES way but doesn't want that route
1
answers
0
votes
53
views
asked a month ago
I enabled KMS, Secrets Manager, AWS Config, and RDS using CloudFormation for an AWS workshop. After the workshop, I removed the services I used, but the above four services were not deleted. Currentl...
1
answers
0
votes
75
views
asked a month ago
I have 2 EC2 linux instances with the same setting and IAM role. Both got similar result when doing: aws sts get-caller-identity However, one instance cannot call secret manager via command prompt. W...
4
answers
0
votes
41
views
asked a month ago
profile pictureAWS
EXPERT
published a month ago1 votes176 views
I want to perform cross account access to AWS secrets manager to populate the ElasticBeanstalk environment variable so that application can use it from another account.
Hi AWS Team, I’m using AWS App Runner and have run into a hard limit of 50 environment variables. Once this limit is reached, the “Add variable” button disappears from the console. In my use case, e...
1
answers
0
votes
49
views
asked a month ago
Hi, we are building a mobile app, in which we would be asking the user to setup a PIN when they register and signup to our app. Unlike a normal password, the PIN should be associated with the specific...
1
answers
0
votes
70
views
asked 2 months ago
From testing it looks that calling the API for `BatchGetSecretValue` from an EC2 instance with an IAM profile - that is assigned a role with a set of policies, where one of the policies has the statem...
3
answers
0
votes
144
views
asked 2 months ago
I want to create a role in AWS organization account which have permissions to access few security credentials. This role need to be assumed by members accounts to carry out some tasks. They should onl...
1
answers
0
votes
52
views
asked 2 months ago