Hi,
I’m about to set up the site2site vpn using Virtual Private Gateway. It’s for a big firm to connect with us, those corporates like IPSec so much that gave a list of needed parameters for ikev2 tunnel. For phase1 encryption they want AES-CBC-256 which is not available in the AWS VPN.
I realised that when coded into Terraform and it thrown error obviously, because that algorithm is not in spec here: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VpnTunnelOptionsSpecification.html .
Now, what is recommended from this point, should I force them to use one of those AES256
| AES128-GCM-16
| AES256-GCM-16
or another way to go?