awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.58k stars 851 forks source link

Question related to get_resource_config_history boto3 api call #357

Open PratMis opened 3 years ago

PratMis commented 3 years ago

Does get_resource_config_history() api also contribute to api throttling issues? I was under the impression that config rules use config cmdb(for the resources supported by AWS config CMDB) to look for resource states, but it seems to be a wrong assumption? Or the real question would be, how is it different than making a boto describe api call for the resource? Thank you