99designs / iamy

A cli tool for importing and exporting AWS IAM configuration to YAML files
MIT License
238 stars 24 forks source link

Fix instance profiles #48

Closed elyscape closed 6 years ago

elyscape commented 6 years ago

This fixes two issues with instance profiles.

1) It corrects the command used to create instance profiles. 2) It fixes deletion of instance profiles by removing all roles first (see #47).

Fixes #47.

mtibben commented 6 years ago

Thanks @elyscape !

elyscape commented 6 years ago

@mtibben I would recommend publishing a new version that includes this fix. As things stand, the latest released version doesn't correctly work with instance profiles.