boto / boto

For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services

Home Page:http://docs.pythonboto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for new service quotas api

dadreggors opened this issue · comments

Amazon just released Service Quotas which will be the new way to manage service limits (now known as quotas).

https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-service-quotas-view-and-manage-quotas-for-aws-services-from-one-location/

The aws cli is updated to add the new request-service-quota-increase (among other service quota functions):

https://docs.aws.amazon.com/ja_jp/cli/latest/reference/service-quotas/index.html#cli-aws-service-quotas

This is a huge benefit to aws cli and api users as create-case did not allow you to manage limit increase requests, historically the only method was to use the console which was cumbersome and allowed to much room for human error in the request. To be able to script and template limit increases now would be very useful.

Here is the request-service-quota-increase command documentation for example:
https://docs.aws.amazon.com/ja_jp/cli/latest/reference/service-quotas/request-service-quota-increase.html

Did not realize it had... disregard