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 年前279 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则