AWS Certified Solutions Architect – Associate (SAA-C03) — Question 983

A company is designing a new internal web application in the AWS Cloud. The new application must securely retrieve and store multiple employee usernames and passwords from an AWS managed service.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

AWS Secrets Manager is the native service designed for storing sensitive credentials and supports the BatchGetSecretValue API, whereas AWS Systems Manager Parameter Store does not utilize this API. Furthermore, retrieving the secrets directly using AWS CloudFormation and the BatchGetSecretValue API avoids the unnecessary operational overhead and complexity of deploying AWS Batch. Therefore, Option D is the most direct and efficient solution.