How to get compliance report for all the servers in SSM.
https://docs.aws.amazon.com/cli/latest/reference/ssm/list-compliance-items.html
When i use the Boto3 library but there is only dictionary response for all the servers. This response not able to convert as JSON using json load. End file is invalid json after conversion from AWS dictionary.
Any way to get data in json or csv ?