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

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 53 discussion

A compliance team requires all administrator passwords for Amazon RDS DB instances to be changed at least annually.
Which solution meets this requirement in the MOST operationally efficient manner?

  • A. Store the database credentials in AWS Secrets Manager. Configure automatic rotation for the secret every 365 days.
  • B. Store the database credentials as a parameter in the RDS parameter group. Create a database trigger to rotate the password every 365 days.
  • C. Store the database credentials in a private Amazon S3 bucket. Schedule an AWS Lambda function to generate a new set of credentials every 365 days.
  • D. Store the database credentials in AWS Systems Manager Parameter Store as a secure string parameter. Configure automatic rotation for the parameter every 365 days.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
FKZ
Highly Voted 1 year, 8 months ago
Selected Answer: A
To implement password rotation lifecycles, use AWS Secrets Manager. You can rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle using Secrets Manager. For more information, see What is AWS Secrets Manager? in the AWS Secrets Manager User Guide.
upvoted 6 times
...
Aamee
Most Recent 2 weeks, 2 days ago
Selected Answer: A
It should be only A since it's specifically asked for 'Operationally efficient' , means a solution that can contain with as less no. of services as possible and can deliver efficiency too.
upvoted 1 times
...
noahsark
1 year, 10 months ago
Selected Answer: A
Rotate Amazon RDS database credentials automatically with AWS Secrets Manager https://aws.amazon.com/blogs/security/rotate-amazon-rds-database-credentials-automatically-with-aws-secrets-manager/
upvoted 3 times
jipark
1 year, 3 months ago
same questions from Dev Ops
upvoted 1 times
...
...
MrMLB
1 year, 11 months ago
D The most operationally efficient solution would be to store the database credentials in AWS Systems Manager Parameter Store as a secure string parameter, and then configure automatic rotation for the parameter every 365 days. This way, the credentials will be securely stored and automatically rotated as required by the compliance team. Options A and C both involve storing the credentials in different locations and using different methods for rotating the credentials, which would not be as operationally efficient. Option B involves using a database trigger to rotate the password, but this would require additional setup and maintenance, and may not be as reliable as using automatic rotation in AWS Systems Manager.
upvoted 1 times
noahsark
1 year, 10 months ago
A. Store the database credentials in AWS Secrets Manager. Configure automatic rotation for the secret every 365 days. https://aws.amazon.com/blogs/security/rotate-amazon-rds-database-credentials-automatically-with-aws-secrets-manager/
upvoted 2 times
...
...
michaldavid
1 year, 11 months ago
Selected Answer: A
aaaaaaaaa
upvoted 2 times
...
Liongeek
1 year, 12 months ago
Ams: A
upvoted 1 times
...
kati2k22cz
2 years, 2 months ago
Selected Answer: A
A is correct. We can confirm here https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html
upvoted 4 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 ...