AWS Secrets Flashcards

1
Q

What are AWS Secrets?

A

A fully managed service for managing your secrets can be used with your app through the API, RDS, Redshift, DocumentDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can I restrict who can access secrets?

A

You have fine-grained control over using IAM and resource-based policies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Has AWS Secrets got automatic key rotation?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What DB’s are integrated with AWS Secrets?

A

MySQL, Postgres and Aurora

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When using AWS Secrets with databases like MySQL, what is the flow of how the secrets are managed?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can I see what is happening with the AWS Secret lambda?

A

The AWS Secrets Lambda logs to the CloudWatch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

I have an application and I need to store sensitive user name and password, what are my best options?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly