I have created a VPN, customer gateway and VPN connection in AWS console to my VPC. Now I want to download the configuration file to use for my VPN client on my windows 10 computer or MAC. However each of the options seems to need special hardware to function. Is there not a software solution I can install on my windows or mac computer which will take in this configuration and connect to my VPN gateway into the VPC?
How to connect to VPC using AWS managed VPN without special hardware?
1.3k Views Asked by mortonprod At
1
There are 1 best solutions below
Related Questions in AMAZON-WEB-SERVICES
- "Access Denied" - User's Permissions to S3 Bucket
- Cohort analysis with Amazon Redshift / PostgreSQL
- Using Amazon KMS service on Heroku
- can't ssh in after cloning an EC2 instance on Amazon AWS
- Using HDFS with Apache Spark on Amazon EC2
- How can I access Mule ESB Community edition via browser?
- AWS EC2: Migrating from Windows to Linux Server
- AWS ELB Load Balancer: is it possible to set multiple session cookies?
- AWS Flow Framework: Can we run activity worker and activity task on different EC2 instances
- Unable to access files from public s3 bucket with boto
- Cloudfront stream only part of the video
- s3cmd not working as cron-task when echos/dates are added
- How to deploy django 1.8 on Elastic Beanstalk using Docker
- InstanceProfile is required for creating cluster - create python function to install module
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
Related Questions in VPN
- VPN + WPF Application
- how to spoof location so google autocomplete API will provide local results, ideally with R
- Android VpnService with multiple addresses and routes?
- Getting a list of installed VPN Profiles Programatically - iOS
- How to change connection to Cassandra on Windows and make it remote?
- batch file to automatically connect to vpn connection
- Number of nodes appears 0 in a swarm cluster
- Gitlab: can't SSH from home (Windows)
- Is it possible to a VM be "shared" by 2 or more virtual networks on Azure?
- Android WebView: cannot access site through VPN when using emulator
- Remove Helper Tool using NSTask in MAC Application
- Not receiving the sip call using VPN in my application
- How to send all traffic over a VPN connection?
- How to both read and write from a TAP device connected to a MACVLAN via a bridge?
- Get-AzureSubscription -ExtendedDetails in PowerShell doesn't include certificate
Related Questions in AWS-VPC
- Common AWS failures - Handling AZ failover
- Connecting to a S3 bucket from a Redshift Cluster in Subnet
- AWS API Gateway Access Private Subnet
- How to delete network acl using terraform?
- How to invoke step function from a lambda which is inside a vpc?
- Health checks of Private Instance in Target Groups Shows as unhealthy
- Using two different roles to build resources in one terraform code
- How to configure OpenVPN for AWS VPC Peering with single private in 1st and single subnet in 2nd VPC?
- How to setup IAM policy for AWS Lambda in VPC to resolve error "You are not authorized to perform: CreateNetworkInterface."
- AWS create-cache-cluster - security group id not recognized
- Accessing heroku private space database over AWS VPC peering connection
- How do I determine what a given AWS Security Group is associated with?
- Subnet association change in route table of VPC stopped it working
- How to wait for user data completion of EC2 launched in Private Subnet?
- AWS VPC with a public and private subnet- instances can ping themselves but can't ping each other
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You have two options when connecting to the AWS VPC with a VPN. You have setup 1, but I think you want 2.
https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpn-connections.html
You have setup an AWS Managed VPN, which requires certain hardware for the Customer Gateway. The customer gateway is just an AWS object, you have to configure it to connect to the AWS VPN connection.
You'll want to setup something like OpenVPN.
https://openvpn.net/index.php/access-server/docs/quick-start-guide.html
I would use one of their preconfigured AMI from OpenVPN's AWS marketplace The cost is the ec2 instance cost plus license. it's free for 2 concurrent users.