Bird
0
0

Which AWS Lambda feature helps protect sensitive environment variables from being exposed in plaintext?

easy📝 Conceptual Q2 of 15
AWS - Lambda
Which AWS Lambda feature helps protect sensitive environment variables from being exposed in plaintext?
ALambda Layers
BEncryption helpers with AWS Key Management Service (KMS)
CReserved concurrency settings
DCloudWatch Logs encryption
Step-by-Step Solution
Solution:
  1. Step 1: Identify protection methods

    AWS Lambda integrates with AWS KMS to encrypt environment variables.
  2. Step 2: Understand other options

    Lambda Layers package code, concurrency limits control scaling, and CloudWatch Logs encryption protects logs, not environment variables.
  3. Final Answer:

    Encryption helpers with AWS Key Management Service (KMS) -> Option B
  4. Quick Check:

    Use KMS to encrypt environment variables [OK]
Quick Trick: Use KMS to encrypt environment variables [OK]
Common Mistakes:
MISTAKES
  • Confusing Lambda Layers with encryption
  • Thinking concurrency limits secure variables
  • Assuming CloudWatch Logs encryption protects environment variables

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes