cw
CloudWatch
ManagementAWS
General
General information about the service.
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
cw-Length
1-255
Valid Characters
Letters, numbers, hyphens, underscores
Scope
region
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "aws_cloudwatch_metric_alarm" "main" {2 alarm_name = "cw-${var.environment}-cpu"3 comparison_operator = "GreaterThanThreshold"4 evaluation_periods = 25 metric_name = "CPUUtilization"6 namespace = "AWS/EC2"7 period = 1208 statistic = "Average"9 threshold = 8010}
Utilities
Utilities to support app deployment or configuration.