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

Turned off unused NAT Gateways in Capture/Viewer VPCs #162

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

chelma
Copy link
Collaborator

@chelma chelma commented Feb 2, 2024

Description

  • Turned off the NAT Gateways in the Capture and Viewer VPCs. These are created by default as a part of the CDK's opinionated baseline configuration for a VPC, but we aren't using them. Their purpose is to enable compute in the private subnets to initiate outbound connections outside the VPC, and that's not something we need.

Tasks

  • N/A

Testing

  • Made the change in the CDK code, re-deployed the Cluster to update the AWS Resources, added a new VPC to the capture portfolio, and ensured I was able to hit the viewer and see the traffic from the VPC:
Screenshot 2024-02-02 at 1 17 08 PM

License

I confirm that this contribution is made under an Apache 2.0 license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@chelma chelma added the enhancement New feature or request label Feb 2, 2024
@chelma chelma requested a review from awick February 2, 2024 19:18
@chelma chelma merged commit 3d76639 into main Feb 2, 2024
5 checks passed
@chelma chelma deleted the nat-gateways branch February 2, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants