Skip to content

Add support for Service Quotas Automatic Management #44906

@destag

Description

@destag

What new functionality are you requesting?

  • Resource: aws_servicequotas_automatic_management

Description

Recently AWS added support for automatic quotas management: https://aws.amazon.com/about-aws/whats-new/2025/10/automatic-quota-management-service-quotas/

This new feature monitors quota usage, and notifies customers before they run out of their allocated quotas supported on AWS Service Quotas.

Potential Terraform Configuration

resource "aws_servicequotas_automatic_management" "example" {
  notification_arn = ""
  exclusion_list = []
}

References

StartAutoManagement.go
StopAutoManagement.go
AWS docs

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-resourceIntroduces a new resource.service/servicequotasIssues and PRs that pertain to the servicequotas service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions