nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

Add VPC Endpoint Gateway to logs #224

Closed malparty closed 9 months ago

malparty commented 11 months ago

Why

When the Fargate Tasks generate logs to CloudWatch, the traffic will currently pass through the NAT Gateway. This generates extra costs.

VPC Endpoint Gateways are free. They allow all subnets in a VPC to communicate directly with the targetted service (e.g. logs, S3, ...) at no extra costs and with higher performances.

Who Benefits?

Clients with lower cloud costs.