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.
Unfortunately there isn't a way to get all the service limits in a simple manner at the moment. However, some of the services support this in their respective CLIs/SDKs which there is an open source project available that are trying to consolidate this into one CLI tool. The awslimitchecker. Maybe that could make life easier for you? :)