Topic 1 Question 59
A company has an application that uses different APIs to generate embeddings for input text. The company needs to implement a solution to automatically rotate the API tokens every 3 months. Which solution will meet this requirement?
Store the tokens in AWS Secrets Manager. Create an AWS Lambda function to perform the rotation.
Store the tokens in AWS Systems Manager Parameter Store. Create an AWS Lambda function to perform the rotation.
Store the tokens in AWS Key Management Service (AWS KMS). Use an AWS managed key to perform the rotation.
Store the tokens in AWS Key Management Service (AWS KMS). Use an AWS owned key to perform the rotation.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
Secret manager has automatic rotation
👍 1GiorgioGss2024/11/27
シャッフルモード