iann0036 / former2

Generate CloudFormation / Terraform / Troposphere templates from your existing AWS resources.
https://former2.com
MIT License
2.2k stars 266 forks source link

No resources scanned for "AWS Location Service" #305

Open jaaayyy opened 1 year ago

jaaayyy commented 1 year ago

Running "Scan" would do scan for 147 AWS services But it seems that former2 cant see the resources under "AWS Location Service".

jaaayyy commented 1 year ago

I'm using a ReadOnlyAccess (AWS managed - job function) role.

former2 can see my other services e.g. EC2, S3, etc etc all just fine.

iann0036 commented 1 year ago

Hi @jaaayyy,

Does it happen to work if you slightly expand your role to include extra permissions for geo:*? I don't have control over the AWS managed policy unfortunately.

jaaayyy commented 1 year ago

oh, haven't thought of that-- but adding geo: inline permissions to the associated role works! got it working, thanks!