DEV Community

Learn2Skills for AWS Community Builders

Posted on • Edited on

3

How to increase Amazon ECS service quota for container instances per cluster

Amazon ECS has integrated with Service Quotas, an AWS service that enables you to view and manage your quotas from a central location.

Service quotas in AWS services that you can use with Amazon ECS, such as Elastic Load Balancing and Auto Scaling.

Amazon ECS service quotas
Image description


AWS Fargate service quotas
Image description


To view Amazon ECS and Fargate service quotas using the AWS Management Console

  1. Open the Service Quotas console at https://console.aws.amazon.com/servicequotas/
  2. In the navigation pane, choose AWS services.
  3. From the AWS services list, search for and select Amazon Elastic Container Service (Amazon ECS) or AWS Fargate. In the Service quotas list, you can see the service quota name, applied value (if it is available), AWS default quota, and whether the quota value is adjustable.
  4. To view additional information about a service quota, such as the description, choose the quota name.
  5. (Optional) To request a quota increase, select the quota that you want to increase, select Request quota increase, enter or select the required information, and select Request. To work more with service quotas using the AWS Management Console see the Service Quotas User Guide. To request a quota increase, see Requesting a quota increase in the Service Quotas User Guide.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay