
Answer-first summary for fast verification
Answer: Utilize AWS Secrets Manager for credential storage and rotation.
The most secure solution for managing plaintext API credentials and enforcing automatic quarterly rotation is to use AWS Secrets Manager. With Secrets Manager, credentials can be securely stored, and automatic rotation can be enabled, ensuring credentials are rotated according to the specified schedule. This option meets both the security and rotation requirements mentioned in the question.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can a company most securely manage plaintext API credentials used for external SaaS connections, including enforcing automatic quarterly rotation?
A
Encrypt the configuration file with AWS KMS and enable credential rotation.
B
Use AWS STS to obtain temporary credentials every 15 minutes.
C
Utilize AWS Secrets Manager for credential storage and rotation.
D
Employ AWS Systems Manager Parameter Store for storing credentials with rotation enabled.