Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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...
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:...
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...
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...
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
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...
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...
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...
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...
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...
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...