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

Feature: Automate Fixed IP Assignment Using NAT Instances for Load Testing #200

Open
tani-shi opened this issue Jul 18, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@tani-shi
Copy link

Is your feature request related to a problem? Please describe.
When the server being load-tested is in a different account and has a firewall set up, it is necessary to fix the IP. Currently, we are using a NAT Gateway, but when the post data becomes large, the cost becomes quite high. Therefore, we would like to avoid using a NAT Gateway if possible.

Describe the feature you'd like
Since it is difficult to implement a header authentication mechanism on the server being load-tested, we would like an automated system where a NAT instance is launched during the load test, enabling fixed IP addresses.

Additional context
N/A

@tani-shi tani-shi added the enhancement New feature or request label Jul 18, 2024
@bassemwanis
Copy link
Member

Thank you @tani-shi, for requesting this enhancement. To better understand your needs, could you please provide more details about your current server setup and the test protocol you're using? Although NAT instances might be more cost-effective for your situation, they come with certain overheads and limitations that could become more challenging to manage over time.

@tani-shi
Copy link
Author

Thank you for your prompt response.

To provide more details:

  • We need to make HTTP requests to GCP, which requires setting up firewall IP limitations.
  • Currently, we have built Distributed Load Testing (DLT) on private subnets that are routed through a NAT Gateway.
  • The best approach for us would be to launch NAT instances only while load-testing tasks are executing.

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

No branches or pull requests

2 participants