Viewing Service Quotas Automatic Management configuration - Service Quotas
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Viewing Service Quotas Automatic Management configuration

Use the following procedure to view Service Quotas Automatic Management configurations for your Amazon Web Services account using the Amazon Web Services Management Console or Amazon CLI.

Amazon Web Services Management Console
  1. Open the Service Quotas console at https://console.amazonaws.cn/servicequotas/.

  2. In the navigation pane, choose Automatic Management.

    1. You can edit your notification configurations, add exceptions for Amazon Web Services services you don't want to monitor with Automatic Management or stop Automatic Management.

Amazon CLI

Use the following command to view your Automatic Management configuration. Replace the italicized placeholder text in the example command with your information.

aws service-quotas get-auto-management-configuration --region ca-central-1
Example response
{ "OptInLevel": "ACCOUNT", "OptInType": "NotifyAndAdjust", "OptInStatus": "ENABLED", "NotificationArn": "arn:aws:notifications::111122223333:configuration/abc123def456gh789" "ExclusionList": { "dynamodb": [{ "QuotaCode": "L-E123ABC4", "QuotaName": "Maximum number of tables" }] }}