Peter
Peter

Reputation: 85

AWS Site-to-Site VPN- Local/remote ipv4 cidr mandatory?

enter image description here

I am creating a site-to-site vpn to make a request from aws to my on premises. Here, is the screenshot(AWS Console) of a VPN connection that I created. My question is: Is it mandatory to assign local ipv4 and remote ipv4 network cidr or I can just keep 0.0.0.0/0?

Upvotes: 1

Views: 1103

Answers (1)

Binh Nguyen
Binh Nguyen

Reputation: 2157

By default, it is 0.0.0.0/0 as it states under your AWS Console when you are trying to create a connection.

aws-vpn-s2s-network-cidr-optional

I believe that it is optional, to be more secure, you should only input a fixed network range that you would like to maintain the least privileges access from on-premise and vice versa.

Upvotes: 2

Related Questions