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?

2 Antworten
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
EXPERTE
beantwortet vor einem Jahr
0
Akzeptierte Antwort

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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen