
Answer-first summary for fast verification
Answer: Monitor the AWS Lambda function logs and set up alerts for any suspicious activity, such as unauthorized access attempts.
In a serverless architecture, monitoring the logs of the AWS Lambda functions and setting up alerts for suspicious activity is crucial for identifying potential security events. This will enable a timely response to any unauthorized access attempts or other security incidents. While options A, C, and D are important for monitoring the serverless environment, they do not directly address the monitoring and alerting aspect of the question.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is implementing a new serverless architecture using AWS Lambda and Amazon API Gateway. Which of the following steps should be taken to ensure comprehensive monitoring and alerting for security events in the serverless environment?
A
Enable AWS CloudTrail and AWS Config to log API calls and configuration changes in the serverless environment.
B
Monitor the AWS Lambda function logs and set up alerts for any suspicious activity, such as unauthorized access attempts.
C
Implement distributed tracing to identify performance bottlenecks in the serverless architecture.
D
Set up Amazon CloudWatch alarms to monitor the usage of AWS Lambda functions and API Gateway.
No comments yet.