AWS Monitoring

Data is collected from Amazon CloudWatch API
AWS performance monitoring schema

Supported services

  • Elastic Compute Cloud
  • Elastic Block Store
  • Relational Database Service
  • API Gateway
  • Lambda

Collected Metrics

  • Elastic Compute Cloud

    • CPU %
    • Data
    • IOPS
    • Net
  • Elastic Block Store

    • Data
    • IOPS
  • Relational Database Service

    • CPU %
    • Data
    • IOPS
    • Net
    • DB Connection
    • Free memory
    • Free storage
    • Latency
  • API Gateway

    • Count
    • 5xx Error
    • 4xx Error
    • Latency
    • Integration Latency
  • Lambda

    • Invocation
    • Errors
    • Duration
    • Throttles
    • Concurrent Executions

You can see implementation on Free Demo

Examples

Configuration
AWS monitoring example

RDS connections
AWS monitoring example

EC2 CPU%
AWS monitoring example

API Gateway 4xx errors
AWS monitoring example