gianlucaborello / aws-ssh-config

Generate SSH config files from AWS EC2 inventory
GNU General Public License v2.0
242 stars 84 forks source link

Use private ip address if the instance does not have public ip #11

Closed lebinh closed 7 years ago

lebinh commented 8 years ago

In current version, if the instance only has private IP then the previous instance ip will be used in config file. This will make it try to use the instance private ip and skip the instance if both are not available.

gianlucaborello commented 7 years ago

Thanks and sorry for the delay, I fixed the conflicts in order to be forgiven :)