Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DescribeAutoScalingGroups: Increase MaxRecords to 100
The default value is 50 and the maximum value is 100. If we want to have more than 100 records, we have to implement pagination via `NextToken`.
- Loading branch information