Skip to content

New subscription quotas

1

How can I get increased quotas for a new subscription? I'd really like to know if there is a better solution than "wait a few months and hope for the best". The context is as follows.

I've created a test subscription to test a solution for a customer (a charity for whom I am volunteering). The solution involves AWS Connect and Lambdas. However, I am limited in a number of ways.

  • Even though the default limit on concurrent lambdas is 1000, my subscription is set to 10. This unfortunately breaks my test case case which requires provisioned concurrency (which effectively has a quote of "concurrency minus 10") - and hence I cannot test provisioned concurrency.
  • I cannot obtain a phone number for my AWS Instance. There are workarounds for test purposes, but it means my environment is different from the customer.

There seems to be no easy way to resolve this.

  • Requesting a quota increase requires me to request more than the default quota, not the actual quota - so I have to request 1001 concurrent lambdas and 6 phone numbers, which are rejected.
  • I did add a note to the quota increase request, but it was still rejected without any idea of when I might see a change.
  • In chat I was told that there was no way of accelerating the process except by hitting the resource limit (which is problematic as I cannot acquire any of the limited resources).

Note that there will be very low usage on this test subscription. It's purely a test environment, and will never see high load.

Thanks, Pete

  • Your phone number quota request was rejected?!? I’ve never seen that happen.

1 Answer
0

I understand your frustration with the quota limitations on your new AWS subscription, especially when trying to set up a test environment for a charitable organization. Unfortunately, there isn't a quick solution to immediately increase quotas for new subscriptions beyond requesting increases through the standard channels.

For new AWS accounts, lower initial quotas are often applied as a precautionary measure. These quotas typically increase over time as the account establishes a usage history and trust with AWS. However, this process can indeed take several weeks or months.

In your specific situation, here are some suggestions that might help:

  1. Continue to request quota increases, but adjust your approach:

    • Instead of requesting more than the default quota, try requesting a smaller increase that's above your current limit but below the default. For example, request 100 concurrent Lambdas instead of 1001.
    • In your request, clearly explain the purpose of your project (testing for a charity), the low expected usage, and why you need the increase.
  2. For AWS Connect phone numbers, explain in your quota increase request that you need at least one phone number for testing purposes, detailing why it's crucial for your project.

  3. Consider using a different AWS account if possible. If you or the charity have an older AWS account with a more established history, you might have better luck with quota increases on that account.

  4. Explore alternative testing methods that work within your current limits. For Lambda, you might be able to simulate concurrent executions without actually running them simultaneously.

  5. Reach out to AWS Support again, emphasizing the charitable nature of your work and the importance of testing. Sometimes, explaining your situation to a different support representative can yield different results.

  6. If the charity qualifies, consider applying for AWS credits through the AWS Nonprofit Credit Program, which might help establish more credibility for your account.

While these steps may not provide an immediate solution, they represent the best approaches given the constraints of new AWS accounts. Unfortunately, there's no guaranteed fast track to higher quotas for new subscriptions, but persistence and clear communication about your project's needs can help expedite the process.
Sources
AWS service quotas - AWS General Reference
Requesting a quota increase - Service Quotas
Creating a service quota increase - AWS Support

answered 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.