View Source aws_service_quotas (aws v0.7.14)
With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow.
Quotas, also referred to as limits, are the maximum number of resources that you can create in your AWS account. For more information, see the Service Quotas User Guide.Link to this section Summary
Functions
Associates your quota request template with your organization.
Disables your quota request template.
Retrieves the default value for the specified quota.
Retrieves the applied quota value for the specified quota.
Lists the default values for the quotas for the specified AWS service.
Lists the applied quota values for the specified AWS service.
Adds tags to the specified applied quota.
Removes tags from the specified applied quota.
Link to this section Functions
Associates your quota request template with your organization.
When a new account is created in your organization, the quota increase requests in the template are automatically applied to the account. You can add a quota increase request for any adjustable quota to your template.delete_service_quota_increase_request_from_template(Client, Input)
View Sourcedelete_service_quota_increase_request_from_template(Client, Input, Options)
View SourceDisables your quota request template.
After a template is disabled, the quota increase requests in the template are not applied to new accounts in your organization. Disabling a quota request template does not apply its quota increase requests.get_association_for_service_quota_template(Client, Input, Options)
View SourceRetrieves the default value for the specified quota.
The default value does not reflect any quota increases.Retrieves the applied quota value for the specified quota.
For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.get_service_quota_increase_request_from_template(Client, Input, Options)
View SourceLists the default values for the quotas for the specified AWS service.
A default value does not reflect any quota increases.list_requested_service_quota_change_history(Client, Input, Options)
View Sourcelist_requested_service_quota_change_history_by_quota(Client, Input)
View Sourcelist_requested_service_quota_change_history_by_quota(Client, Input, Options)
View Sourcelist_service_quota_increase_requests_in_template(Client, Input, Options)
View SourceLists the applied quota values for the specified AWS service.
For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.put_service_quota_increase_request_into_template(Client, Input, Options)
View SourceAdds tags to the specified applied quota.
You can include one or more tags to add to the quota.Removes tags from the specified applied quota.
You can specify one or more tags to remove.