LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


How can a developer securely provide an API key to an AWS Lambda function for third-party authentication while ensuring the key is encrypted at rest?

Exam-Like



Explanation:

The correct answer is A. Storing the API key as a Lambda environment variable using an AWS Key Management Service (AWS KMS) customer-managed key ensures that the API key remains encrypted at rest. AWS KMS provides robust encryption for sensitive data, and using it to encrypt environment variables integrates seamlessly with Lambda functions. The API key can then be accessed by the Lambda function when needed without exposing it in plaintext.

Powered ByGPT-5