Open
Description
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