1 Answer
- Newest
- Most votes
- Most comments
0
Hi. Check permissions here: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsconfig.html
I think you need: PutConfigurationRecorder
permission
Relevant content
- asked 7 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 8 months ago
Thanks for pointing that out. I was using one of the default policies from AWS and mistakenly read the policy thinking that permission was built in. Once I built my own policy containing that and the other required permissions, I was able to get this functioning properly without issue. Thank you.