I'm looking for a way to see all our AWS account limits (e.g. maximum number of buckets in each region, maximum number of ELB's etc) in one location.
I found the page at http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html, but this lists only the default limits. It won't tell me our limits after some of them were raised upon our request.
I also found aws ec2 describe-account-attributes
, for instance, but this gives only EC2-related limits.