puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
188 stars 216 forks source link

Defer fetching of resource data for IAM #520

Open petr-tichy opened 5 years ago

petr-tichy commented 5 years ago

Avoid fetching of IAM resource data that require subsequent API call at instances list build time. This speeds up Puppet run for me from 217 to 7 seconds.