AWS Secrets Flashcards
What are AWS Secrets?
A fully managed service for managing your secrets can be used with your app through the API, RDS, Redshift, DocumentDB
How can I restrict who can access secrets?
You have fine-grained control over using IAM and resource-based policies.
Has AWS Secrets got automatic key rotation?
Yes
What DB’s are integrated with AWS Secrets?
MySQL, Postgres and Aurora
When using AWS Secrets with databases like MySQL, what is the flow of how the secrets are managed?
AWS Secrets creates a Lambda function to manage the secrets in the database, you have to give the lambda function access to the DB, to do this require the security group to all this.
How can I see what is happening with the AWS Secret lambda?
The AWS Secrets Lambda logs to the CloudWatch.
I have an application and I need to store sensitive user name and password, what are my best options?
Use AWS Secrets, this will enable you to use the AWS Secrets API to store the user name and password secure and not in the application.