exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 263 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 263
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company is creating a serverless application that uses multiple AWS services and stores data on an Amazon RDS DB instance. The database credentials must be stored securely. An AWS Lambda function must be able to access the credentials. The company also must rotate the database password monthly by using an automated solution.

What should a database specialist do to meet those requirements in the MOST secure manner?

  • A. Store the database credentials by using AWS Systems Manager Parameter Store. Enable automatic rotation of the password. Use the AWS Cloud Development Kit (AWS CDK) in the Lambda function to retrieve the credentials from Parameter Store
  • B. Encrypt the database credentials by using AWS Key Management Service (AWS KMS). Store the credentials in Amazon S3. Use an S3 Lifecycle policy to rotate the password. Retrieve the credentials by using Python code in Lambda
  • C. Store the database credentials by using AWS Secrets Manager. Enable automatic rotation of the password. Configure the Lambda function to use the Secrets Manager API to retrieve the credentials
  • D. Store the database credentials in an Amazon DynamoDB table. Assign an IAM role to the Lambda function to grant the Lambda function read-only access to the DynamoDB table. Rotate the password by using another Lambda function that runs monthly
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tsk9921
2 years ago
C, Sec mgr for secure storage of creds and automated rotation
upvoted 1 times
...
amulbaba
2 years, 6 months ago
Selected Answer: C
Secret manager is the service which provides credential storing and rotating.
upvoted 4 times
Germaneli
1 year, 8 months ago
The key is 'rotate'. AWS Systems Manager Parameter Store (A) doesn't support rotating secrets.
upvoted 1 times
...
...
Maze
2 years, 6 months ago
Answer is C. Secret Manager
upvoted 2 times
...
examineme
2 years, 6 months ago
Selected Answer: C
AWS Secrets Manager
upvoted 3 times
...
examineme
2 years, 6 months ago
Selected Answer: C
Answer is C. Secret Manager is for Credentials storing
upvoted 3 times
...
examineme
2 years, 6 months ago
Answer is C for AWS Secrets Manager for Credentials
upvoted 1 times
...
Sab
2 years, 6 months ago
Answer C
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...