The EC2 inventory script is an example designed to be customized to your own needs if the stock version does not fit your needs, but for most people it does. I’m also not sure that’s the part that deals with stopped hosts
Instances that are disabled intentionally don’t show up, because you can’t talk to them – which is what most people want.
I assume you may be wanting something different - but I’m not sure why. Sure, they could be put in another group or be given a disabled variable, but that’s not appropriate for most people.
The EC2 inventory script is an example designed to be customized to your own needs if the stock version does not fit your needs, but for most people it does. I’m also not sure that’s the part that deals with stopped hosts
Instances that are disabled intentionally don’t show up, because you can’t talk to them – which is what most people want.
Then the documentation in ec2.ini is wrong, I guess.
I assume you may be wanting something different - but I’m not sure why.
I want to start them for example, but also I want to know what AMI they use, before I start them.
Then the documentation in ec2.ini is wrong, I guess.
The documentation is right, I was going to point you to where to customize the script (which is here), but I found out that they modified the script to include all instances if that’s what you want. If you want to verify anything related to the ami info, that place on the script is probably where you want to do it since as well since you have an object with all instance info.