AWS Developer Tools Blog
Tag: vertx
Writing Custom Metrics to Amazon CloudWatch Using the AWS SDK for Java
Metrics measure the performance of your system. Several AWS services provide free metrics, such as the CPU usage of an Amazon EC2 instance. You can create Amazon CloudWatch alarms based on metrics and send Amazon SNS messages when the alarm state changes. You can use this mechanism to implement elastic scaling if the message is […]