ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 337 - DVA-C01 discussion

Report
Export

A developer is migrating code to an AWS Lambda function that will access an Amazon Aurora MySQL database. What is the MOST secure way to authenticate the function to the database?

A.
Store the database credentials as encrypted parameters in AWS Systems Manager Parameter Store Obtain the credentials from Systems Manager when the Lambda function needs to connect to the database
Answers
A.
Store the database credentials as encrypted parameters in AWS Systems Manager Parameter Store Obtain the credentials from Systems Manager when the Lambda function needs to connect to the database
B.
Store the database credentials in AWS Secrets Manager Let Secrets Manager handle the rotation of the credentials, as required
Answers
B.
Store the database credentials in AWS Secrets Manager Let Secrets Manager handle the rotation of the credentials, as required
C.
Store the database credentials in an Amazon S3 bucket that has a restrictive bucket policy for the Lambda role only when accessing the credentials Use AWS KMS to encrypt the data
Answers
C.
Store the database credentials in an Amazon S3 bucket that has a restrictive bucket policy for the Lambda role only when accessing the credentials Use AWS KMS to encrypt the data
D.
Create a policy with rds-db connect access to the database and attach it to the role assigned to the Lambda function
Answers
D.
Create a policy with rds-db connect access to the database and attach it to the role assigned to the Lambda function
Suggested answer: B
asked 16/09/2024
Dave Breath
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first