A new internal web application must securely store and retrieve multiple employee usernames and passwords using an AWS managed service, with the least operational overhead. Which solution meets these requirements?
Choose an answer
Tap an option to check your answer.
Correct answer: Store the employee credentials in AWS Secrets Manager. Use AWS CloudFormation and the BatchGetSecretValue API to retrieve the usernames and passwords from Secrets Manager..
Why this is the answer
Storing employee credentials securely with minimal operational overhead is best achieved using AWS Secrets Manager. Secrets Manager is designed for managing, retrieving, and rotating database credentials, API keys, and other secrets throughout their lifecycle. Its BatchGetSecretValue API allows efficient retrieval of multiple secrets. While AWS CloudFormation is suitable for provisioning and managing AWS resources, including Secrets Manager secrets, AWS Batch is a service for running batch computing workloads and is not directly involved in retrieving secrets for a web application. AWS Systems Manager Parameter Store can store secrets, but Secrets Manager offers enhanced features specifically for secret management, such as automatic rotation and fine-grained access control, making it the more appropriate choice for sensitive credentials like employee usernames and passwords.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed