Can environment variables be encrypted in AWS Lambda?
- No, they are always in plain text
- Yes, but only with custom encryption methods
- Yes, using AWS Identity and Access Management (IAM)
- Yes, using AWS Key Management Service (KMS)
Environment variables in AWS Lambda can be encrypted using AWS Key Management Service (KMS), ensuring secure storage and transmission of sensitive information.
Loading...
Related Quiz
- CloudWatch Logs supports integration with AWS __________ for automated log analysis and response.
- Scenario: You're tasked with building a scalable and fault-tolerant system using DynamoDB Streams for a high-traffic application. How would you design the system to handle potential spikes in workload and ensure reliable processing of stream records?
- How does IAM role and permissions affect the behavior of an AWS Lambda function?
- How can you test the functionality of an AWS Lambda function before deploying it?
- What is the primary goal of performance testing?