Azure provides "Inbound Flows
" (incoming live connections to VM
) metrics at VM
level and allows autoscaling based on that. Is there a similar metrics in AWS
EC2
level as well?
Asked
Active
Viewed 66 times
1

Llex
- 1,770
- 1
- 12
- 27

Karan Khanna
- 11
- 2
1 Answers
0
I'm not familiar with Azure and what this metric is, but if you deploy CloudWatch agent to your instance, you can get a bunch of new metrics: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/metrics-collected-by-CloudWatch-agent.html
Among them are:
netstat_tcp_established - The number of TCP connections established.
netstat_udp_socket - The number of current UDP connections.

Community
- 1
- 1

Dejan Peretin
- 10,891
- 1
- 45
- 54