
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company needs to securely store important credentials that an application uses to connect users to a database. Which AWS service can meet this requirement with the MINIMAL amount of operational overhead?
A
AWS Key Management Service (AWS KMS)
B
AWS Config
C
AWS Secrets Manager
D
Amazon GuardDuty
Explanation:
AWS Secrets Manager is the correct answer because it is specifically designed for securely storing and managing secrets like database credentials, API keys, and other sensitive information with minimal operational overhead.
Purpose-built for secrets: AWS Secrets Manager is specifically designed to store and manage sensitive credentials
Automatic rotation: It can automatically rotate secrets, reducing manual intervention
Easy integration: Applications can retrieve secrets directly through API calls
Minimal operational overhead: AWS manages the infrastructure, encryption, and security
Fine-grained access control: Integrates with AWS IAM for secure access management
AWS KMS: Primarily for encryption key management, not credential storage
AWS Config: For configuration compliance tracking, not secret storage
Amazon GuardDuty: For threat detection and security monitoring, not credential management
AWS Secrets Manager provides the most streamlined approach for securely storing and managing database credentials while minimizing operational overhead.