Register
4:00
Stop
AWS Certified Solutions Architect - AWS Lambda - Function Versioning and Aliases
Beginner
1/4
You have a Lambda function that has multiple versions and aliases for different environments. You want to monitor the function's performance across all environments. What is the best practice for monitoring this scenario?
a.
Use Amazon CloudWatch with function-level Amazon CloudWatch metrics and filter by alias or version.
b.
Create a new Lambda function for monitoring purposes.
c.
Configure separate CloudWatch metrics for each environment.
d.
Monitor only the latest version of the Lambda function.
Beginner