Questions tagged [aws-vpn]

AWS Virtual Private Network (AWS VPN) lets you establish a secure and private tunnel from your network or device to the AWS global network. AWS VPN is comprised of two services: AWS Site-to-Site VPN and AWS Client VPN. AWS Site-to-Site VPN enables you to securely connect your on-premises network or branch office site to your Amazon Virtual Private Cloud (Amazon VPC). AWS Client VPN enables you to securely connect users to AWS or on-premises networks.

Documentation: https://aws.amazon.com/vpn/faqs/

80 questions
0
votes
1 answer

Why doesn't a software VPN take advantage of an already existing Direct Connect connection?

The official sample of AWS Advanced Networking Speciality questions contains a question about the most cost-effective connection between your on-premises data centre and AWS ensuring confidentiality and integrity of the data in transit to your VPC…
Andremoniy
  • 34,031
  • 20
  • 135
  • 241
-1
votes
1 answer

How to connect my developer machine with Amazon Memory DB Cluster

Memory DB Cluster configured, connected with an EC2 instance within same VPC. but cannot telnet Memory DB Cluster even when connected via vpn where as from EC2 instance, telnet and redis-cli both works. Configured VPN via OpenVPN and connected. I…
kah
  • 71
  • 9
-1
votes
1 answer

How to get local_ipv4_network_cidr from aws_vpn_connection resource

I've created a site-2-site vpn in terraform: resource "aws_vpn_connection" "example" { customer_gateway_id = # transit_gateway_id = # outside_ip_address_type = "PublicIpv4" type = "ipsec.1" …
Vasily Pozdeev
  • 239
  • 2
  • 7
-1
votes
1 answer

Correct way to execute aws cli commands from on premise production server, with configured aws vpc

I have a situation where it is required us to trigger lambda functions from my production windows server, which is currently running on our, on premise/corporate network. **note: we have VPN connection established between our corporate data centers…
1 2 3 4 5
6