DEV Community

Discussion on: Monitoring AWS Lambda Functions With CloudWatch

Collapse
 
unknownperson profile image
AWS_archi

Suppose I want to scale up instance if both memory and cpu utilisation exceeds the threshold but only 1 instance should get created if both condition satisfy. Its like AND/OR case. how can I do that?

Thread Thread
 
frosnerd profile image
Frank Rosner

Did you read the documentation?