Updating 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).

Updating Service Quotas Automatic Management configuration

You can update your Service Quotas Automatic Management by adding service quotas to the exclusion list or changing your Automatic Management notification configuration. Use the following procedure to update Automatic Management configuration 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.

  3. Make the changes to your Automatic Management configuration.

    1. Exclusion list update - You can add service quotas from the exclusion list. See Excluding service quotas from Service Quotas Automatic Management.

    2. Notification configuration update - Under Notification configuration, choose Edit. You're directed to the Amazon User Notifications console where you can edit the notifications for Automatic Management. For more information, see Creating your first notification configuration in Amazon User Notifications in the Amazon User Notifications User Guide.

Amazon CLI

To update Automatic Management notifications with the Amazon CLI, use the Amazon User Notifications command, update-notification-configuration or UpdateNotificationConfiguration in the Amazon User Notifications API Reference.

Example Exclude Amazon DynamoDB quota from Automatic Management

The following example excludes DynamoDB from Automatic Management for an Amazon Web Services account in the Canada (Central) Amazon Web Services Region. Replace the italicized placeholder text in the example command with your information.

aws service-quotas update-auto-management \ --opt-in-type NotifyOnly \ --region ca-central-1 \ --exclusion-list '{"dynamodb":["L-E123ABC4"]}'