puppetlabs-aws icon indicating copy to clipboard operation
puppetlabs-aws copied to clipboard

Get the inventory of AWS as facts

Open kerbachi opened this issue 7 years ago • 1 comments
trafficstars

Hi,

It it possible to get ll the AWS EC2 inventory without writing custom Facts ?

Like with native AWS Cli "aws ec2 describe-instances"

Thank you.

kerbachi avatar Dec 27 '17 17:12 kerbachi

If you need a list of EC2 instances in your acciunt you can run: puppet resource ec2_instance

falramahi avatar Jul 01 '18 03:07 falramahi