Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra public IP #3

Open
kcolemangt opened this issue May 29, 2024 · 0 comments
Open

Extra public IP #3

kcolemangt opened this issue May 29, 2024 · 0 comments

Comments

@kcolemangt
Copy link

@fonzcastellanos cool project! We're using it in fraudmarc-ce.

I might not get to a deeper look or PR soon, but I noticed the instance generated by nat asg provider creates two ENIs with public IPv4 addresses, costing extra $ per month since Feb.

This instance uses 2 public IPs:

natGatewayProvider: new NatAsgProvider({
  instanceType: new cdk.aws_ec2.InstanceType('t3.micro'),
}),

This uses 1 public IP (but lacks ASG support):

natGatewayProvider: cdk.aws_ec2.NatProvider.instanceV2({
  instanceType: new cdk.aws_ec2.InstanceType('t3.micro'),
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant