Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 669 discussion

A company runs its databases on Amazon RDS for PostgreSQL. The company wants a secure solution to manage the master user password by rotating the password every 30 days.

Which solution will meet these requirements with the LEAST operational overhead?

  • A. Use Amazon EventBridge to schedule a custom AWS Lambda function to rotate the password every 30 days.
  • B. Use the modify-db-instance command in the AWS CLI to change the password.
  • C. Integrate AWS Secrets Manager with Amazon RDS for PostgreSQL to automate password rotation.
  • D. Integrate AWS Systems Manager Parameter Store with Amazon RDS for PostgreSQL to automate password rotation.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TariqKipkemei
Highly Voted 10 months, 1 week ago
Selected Answer: C
password rotation = AWS Secrets Manager
upvoted 8 times
...
rcptryk
Highly Voted 10 months, 2 weeks ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html
upvoted 5 times
...
awsgeek75
Most Recent 9 months ago
Selected Answer: C
"Least operational overhead" A: Lambda overhead so not correct B: CLI = overhead D: Yes, it can be done but requires more work for integration. C: This is correct way of doing it. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html#rds-secrets-manager-overview
upvoted 2 times
...
pentium75
9 months, 2 weeks ago
Selected Answer: C
Secrets Manager allows that, least overhead
upvoted 3 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 ...