mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

All aws instances are removed on prune #479

Open kenorb opened 8 years ago

kenorb commented 8 years ago

The command:

vagrant global-status --prune

suppose to prune only invalid entries, however it is always deleting all aws instances, even these which are running, and leaving only entries which belong to virtualbox provider. I've tested that with vagrant processes which are running in the background and provisioning scripts.

Vagrant 1.8.1 + vagrant-aws (0.7.0)