The Describe* APIs are all paginated APIs and you'll need to account for that in your code. boto3 makes it pretty easy to use paginated APIs, though - see https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html for more details.
Need to validate if pagination would break the results.
Thanks /u/otterley for catching this.
The Describe* APIs are all paginated APIs and you'll need to account for that in your code. boto3 makes it pretty easy to use paginated APIs, though - see https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html for more details.
Need to validate if pagination would break the results.
Thanks /u/otterley for catching this.