I would like to attach an elastic IP to an App runner instance. By following the AWS instructions, I first configured the VPC:
VPC
- Created a new VPC with a NAT gateway enabled on both private subnets (this has been configured when creating the new vpc)
APP Runner - connector
Connected the APP runner to the private subnet (even if I selected both, the first one appeared in the connected, which for me is fine)
However, when checking the IP address of the APP Runner link (through a domain IP checker) is not static.
I tried this configuration with a lambda function, and the static ip works (which means the issue is App Runner and not the network config)
Do I need additional configuration?

