S-to-S VPN comes up but no connectivity for exactly one hour

0

We have a Site to Site VPN setup though a Virtual Private Gateway. Everything works great but if we make changes that cause the tunnel to re-negotiate it will take exactly one hour before any of our endpoints can connect. We see traffic going to AWS but not coming back. Then after one hour everything works perfectly. We used all the defaults on the IPSec settings. do you have any idea what settings could be causing this or what diagnostics we should run? We are Using Cisco ASA on our Datacenter side for the connection to AWS.

GregL
질문됨 2년 전315회 조회
1개 답변
1

Hi GregL,

Thanks for your question.

Let me start with some information regarding AWS S2S VPN - AWS VPN is Route-Based solution [1] and it supports single IPSec Security Associations(SA) for Policy-based implementation. So if you are implementing policy-based VPN on your Customer Gateway(CGW) configuration you will need to limit the SA to be single SA, otherwise there will be connectivity issues. You can also find the related information from AWS VPN FAQs page here [2].

Your explanation of the current behaviour is highly likely to be related to multiple SAs for policy-based VPN implementation on your CGW device(Cisco ASA). The policy-based configuration is most likely to be multi-entry extended ACLs for example like below:

  • Allow ip on-prem-subnet-1 VPC-CIDR
  • Allow ip on-prem-subnet-2 VPC-CIDR and etc

In the above configuration each line from the extended ACL generates separate IPSec SA for communication over the Tunnels, hence to avoid this multiple SA scenario try to summarize the on-prem subnets into single or use 0.0.0.0/0 for on-prem network and control the traffic with routing. This way you can ensure to create single IPSec SA and to avoid intermittent connectivity issues from your on-prem subnets.

Hope this helps and looking forward to your feedback!

Thanks

AWS
지원 엔지니어
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인