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?

preguntada hace un año277 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace un año
0
Respuesta aceptada

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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas