Topic 1 Question 669
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?
Use Amazon EventBridge to schedule a custom AWS Lambda function to rotate the password every 30 days.
Use the modify-db-instance command in the AWS CLI to change the password.
Integrate AWS Secrets Manager with Amazon RDS for PostgreSQL to automate password rotation.
Integrate AWS Systems Manager Parameter Store with Amazon RDS for PostgreSQL to automate password rotation.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C
password rotation = AWS Secrets Manager
👍 7TariqKipkemei2023/12/11 - 正解だと思う選択肢: C👍 4rcptryk2023/12/02
- 正解だと思う選択肢: C
Secrets Manager allows that, least overhead
👍 2pentium752024/01/03
シャッフルモード