Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 701 Bytes

File metadata and controls

37 lines (22 loc) · 701 Bytes

Cloudwatch Metrics Math

An AWS CLI tutorial that demonstrates Cloudwatch operations.

Running

bash cloudwatch-metrics-math.sh

To auto-run with cleanup:

echo 'y' | bash cloudwatch-metrics-math.sh

What it does

  1. Publishing high-resolution metrics
  2. Getting metric statistics
  3. Using metric math (error rate)
  4. Listing metrics in namespace

Resources created

  • Metric Data

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs