VPC NetworkOUT metric on Cloudwatch

0

Hi, how can i monitor Network Out byte of my VPC ? is there a metric? If not, is possible to SUM NAT Network metric and Internet Gateway Netowork Out metric? But i not fount IG metrics.

1 Antwort
0

There is no traffic metrics for internet gateway. You could use Cloudwatch metric math to sum all out-going traffic of your NAT gateways. This would be the same as traffic to internet IF you don't have anything but NAT GWs in your public subnets. It wouldn't include traffic out from other instances, load balancers etc from public subnets. If you absolutely must know traffic out to internet in near real-time you could enable VPC Flow Logs and then parse and sum lines where target is not within your VPC or any other internet networks. Without knowing the use-case this feels bit a bit overkill.

Ps. Cloudwatch metric math would allow you follow NAT utilisation and alert if your NAT gateway(s) are becoming a bottle-neck. Here is a Cloudnonaut's blog about monitoring NAT performance https://cloudonaut.io/nat-gateway-monitoring-with-cloudwatch-metrics-and-alarms/

profile picture
EXPERTE
Kallu
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen