LeetQuiz Logo
About•Privacy Policy•contact@leetquiz.com
RedditX
© 2026 LeetQuiz All rights reserved.

AWS Certified Developer - Associate

AWS Certified Developer - Associate


Explanation:

The best approach for this scenario is to use AWS Systems Manager Parameter Store to store the credentials as a secure string parameter. This service provides a centralized way to manage encrypted secrets across multiple services, making it more secure and manageable compared to environment variables, which would need to be updated individually. Parameter Store also integrates well with AWS Key Management Service (AWS KMS) for encryption. Although IAM database authentication (Option A) enhances security, it doesn't specifically address the storage of the connection string. Therefore, Option C is the most appropriate choice.

Get started today
Ultimate access to all questions.

How can a company ensure secure, single encrypted database connection strings for multiple AWS Lambda functions accessing an Amazon Aurora DB instance, in compliance with an information security policy?

Exam-Like
Last updated: February 11, 2026 at 14:03
0

    A

    Implement IAM database authentication for Aurora.

    13.3%

    B

    Utilize encrypted credentials from an Amazon RDS DB instance.

    13.3%

    C

    Leverage AWS Systems Manager Parameter Store for secure credentials storage.

    53.3%

    D

    Encrypt Lambda environment variables using an AWS KMS key.

    20.0%
Powered ByOpenAIGPT 5.4 powered

Comments (0)

No comments yet.