webdigi / AWS-VPN-Server-Setup

Setup your own private, secure, free* VPN on the Amazon AWS Cloud in 10 minutes. CloudFormation
Other
762 stars 163 forks source link

IP address #51

Closed mparekhaspl closed 6 years ago

mparekhaspl commented 6 years ago

Hi - Is IP address assigned by cloud formation stack elastic IP? If not, would it change on instance restart? Thank you.

webdigi commented 6 years ago

Elastic IP is not assigned now. So yes it will change in restart. You can easily assign elastic IP to your instance from the AWS control panel and then connect to your instance using it.

Note elastic ips are charged when instance is stopped.