VPN on EC2 and static IPs

0

If I use VPN on EC2, will it enable me to connect without the use of static IP - from server side, and user side?

Also, Does VPN cost money?

已提問 1 年前檢視次數 277 次
2 個答案
1

If I use VPN on EC2, will it enable me to connect without the use of static IP - from server side, and user side?

Yes, you will connect without the need of static IP. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-methods.html

Also, Does VPN cost money?

Referring to AWS VPN, yes it will cost. https://aws.amazon.com/vpn/pricing/

profile picture
專家
已回答 1 年前
0
已接受的答案

Software based site-to-site VPN and client-to-site VPN softwares can be deployed on Amazon EC2 to connect to your VPC based resources. Depending on the configuration and application, you may not need static IPs on both sides. For example for client VPN, you can configure Elastic IP (EIP) on your EC2 instance and the users can establish VPN connection using the instance's EIP. If the VPN type is site-to-site there are third party services available by which you can configure VPN using dynamic IPs, but it will depend on your use case. Regarding pricing, for running software based VPN on EC2, you will be charged for EC2 running costs (depending on instance type, tier etc) and there may be associated software charges if you are using a paid version.

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南