Failed to create App Runner Service due to exceeding service quota of zero

0

I am trying to create an App Runner service using container image from ECR from AWS Console. When I submit my service creation request, I receive the following error, saying it's exceeding my service quota which is zero Enter image description here

I captured the network traffic via Chrome inspector and below are the request and response request:

{ "HealthCheckConfiguration":{ "HealthyThreshold":1, "Interval":10, "Protocol":"TCP", "Timeout":5, "UnhealthyThreshold":5 }, "InstanceConfiguration":{ "Cpu":"1024", "Memory":"2048" }, "NetworkConfiguration":{ "EgressConfiguration":{ "EgressType":"DEFAULT" }, "IngressConfiguration":{ "IsPubliclyAccessible":true } }, "ObservabilityConfiguration":{ "ObservabilityEnabled":false }, "ServiceName":"my-app-name", "SourceConfiguration":{ "AutoDeploymentsEnabled":false, "ImageRepository":{ "ImageConfiguration":{ "Port":"8080" }, "ImageIdentifier":"my-account-id.dkr.ecr.us-west-2.amazonaws.com/my-ecr-registry:latest", "ImageRepositoryType":"ECR" }, "AuthenticationConfiguration":{ "AccessRoleArn":"arn:aws:iam::my-account-id:role/service-role/MyIAMRoleName" } } }

response:

{"__type":"com.amazonaws.apprunner#ServiceQuotaExceededException","Message":"Exceeded service quota for customer my-account-id : 0."}

I checked the service quota limit for all services involved in this request and none of them is zero.

asked a year ago457 views
7 Answers
1

Hi, Thanks for reporting the issue. We are aware of this and the team is actively working to resolve the issue. By the end of day today we will be deploying the fix to all prod regions.

AWS
Hari
answered a year ago
  • Thanks Hari. Please give me an update when the fix is rolled out in west-us-2.

1

Hi, fix have been deployed to all regions now, could you verify ? Thanks

csuna
answered a year ago
0

Hello,

I have the same issue. On a fresh account I can create a service from the console UI but as soon as I deployed one with Terraform bot ui and Terraform are giving me the same error.

Do you have any ETA on the fix ?

Thanks

answered a year ago
  • Hi Fix have been deployed to all prod region now, could you verify ? Thanks

0

Hi @Raj, Can you please drop in the screen shot of your error message, we will be happy to look into this. Thanks

AWS
Hari
answered a year ago
  • I have attached the screen shot

0

Hi, The fix is deployed to all regions, so we shouldnt see this issue for any customers. thanks for the patience

AWS
Hari
answered a year ago
0

I am facing this issue today since evening in us-east 1. Is this an ongoing issue again?

AWS
Raj
answered a year ago
0

Enter image description here

Hi @Hari. This is image of the error that I have faced on us-east-1, while creating a AppRunner service from AWS Console

AWS
Raj
answered a year 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.

Guidelines for Answering Questions