You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we use services like s3 or Dynamo DB through instances in a private subnet, it uses public internet through nat gateway to access s3 or dynamo DB endpoints,
if we create a VPC endpoint, it uses endpoint as a network which reduces the massive bandwidth and data transfer cost.
moreover, vpc endpoints are free of cost.
when we use services like s3 or Dynamo DB through instances in a private subnet, it uses public internet through nat gateway to access s3 or dynamo DB endpoints,
if we create a VPC endpoint, it uses endpoint as a network which reduces the massive bandwidth and data transfer cost.
moreover, vpc endpoints are free of cost.
https://medium.com/nubego/how-to-save-money-with-aws-vpc-endpoints-9bac8ae1319c
The text was updated successfully, but these errors were encountered: