ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

515 / 690

Question 515:

You plan to manage API keys in AWS Secrets Manager. The keys need to be automatically rotated to be compliant with the company policy. From Secrets Manager, applications can get the latest version of the API credentials. How would you implement the rotation of keys?

Answer options:

A.Use AWS Parameter Store to store and rotate the keys as Secrets Manager does not support it.
B.Directly add multiple keys in Secrets Manager for rotation and the keys will be rotated every year automatically.
C.Customize the Lambda function that performs the rotation of secrets in Secrets Manager.
D.Create two secrets in Secrets Manager to store two versions of the API credentials. Modify the application to get one of them.