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 Risposta
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
ESPERTO
Kallu
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande