AWS VPN
- Setting up AWS VPN
- To setup a vpn connection b/w your organization and aws vpc we create a vpn gateway in AWS VPC and connect it to the customer gateway.
- When we do this a vpn connection tunnel will be created
- Ensure you have a vpc
- To create a virtual private gateway
- Customer Gateway represents your organizations on-premises vpn device and it requires a public ip
- Once the customer gateway and vpc gateway are configured now create a site to site vpn connection
- Once the vpn connection is created go to the route table and forward the traffic for cidr range 10.10.11.0/23 to virtual private gateway
- If your organization has multiple branches and if it needs to establish vpn connections to AWS VPC then we use vpn cloud hub Refer Here for the official docs
- Point to Site
Next Steps
- Direct Connect
- VPC Endpoints
- Private link
- DNS (Route53)
- Loadbalancers
