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.

已提问 1 年前466 查看次数
7 回答
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
已回答 1 年前
  • 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
已回答 1 年前
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

已回答 1 年前
  • 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
已回答 1 年前
  • 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
已回答 1 年前
0

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

AWS
Raj
已回答 1 年前
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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则