List of Topics:
Location Research Breakthrough Possible @S-Logix pro@slogix.in

Office Address

Social List

How to Open CloudWatch and View EC2 Metrics?

Cloudwatch EC2 Metrics

Condition for Open CloudWatch and View EC2 Metrics

  • Description:
    CloudWatch automatically collects several key metrics from every EC2 instance, including CPU utilization, network traffic, and disk operations. By exploring these metrics, to gain visibility into system performance and can make informed decisions related to scaling, troubleshooting, and resource optimization. This activity helps the understand how AWS monitoring works and prepare for real-world operations and DevOps tasks.

Steps

  •  Step 1: Open CloudWatch Console
     Go to : AWS Console → CloudWatch
  •  Step 2: Navigate to Metrics
     Left side menu : Metrics → EC2
  •  Step 3: Select “Per-Instance Metrics”
     Per-Instance Metrics
     By Auto Scaling Group
     By Image
     By Instance Type
     Click : EC2 → Per-Instance Metrics
  •  Step 4: The EC2 instance under evaluation
     From the list:
     Find the Instance ID
     Click on it to view all available metrics
  •  Step 5: View Key EC2 Metrics
     Now see the visual graphs for:

     CPUUtilization :
     Measures CPU usage. Useful for performance tuning & scaling.

     NetworkIn & NetworkOut :
     Shows incoming/outgoing traffic. Helps understand website traffic.

     DiskReadOps & DiskWriteOps :
     Helps monitor disk performance and activity.

     StatusCheckFailed :
     Indicates system or instance-level issues.
Screenshots
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146