99designs / iamy

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

Ignore aws-service-role? #38

Closed lox closed 5 years ago

lox commented 6 years ago

I am seeing a role synced down locally for one of my accounts:

<account>/iam/role/aws-service-role/spot.amazonaws.com/AWSServiceRoleForEC2Spot.yaml

I suspect it's an AWS thing? Should this be ignored?

andrewjhumphrey commented 6 years ago

A bunch of these are showing up, I reckon they should be ignored just like cloudformation created resources.

jacobbednarz commented 5 years ago

@lox @andrewjhumphrey I've taken a pass at addressing this one via #53.