awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
959 stars 188 forks source link

Onboarding Check if Quotas Fargate On-Demand resource count #408

Closed kaveerh closed 1 year ago

kaveerh commented 1 year ago

Quota will be exceeded for service Fargate On-Demand resource count. You are currently consuming 1.0, and Service Quota is 0.0.

fargate had move to vcpu base quote checking the resource quota for new account is not valid https://aws.amazon.com/blogs/containers/migrating-fargate-service-quotas-to-vcpu-based-quotas/

OnboardingService.java if (!passed) { LOGGER.error("Provisioning will exceed limits. {}", quotaMessage); failOnboarding(onboardingId, "Provisioning will exceed limits " + quotaMessage); fatal.add(message); continue;

brtrvn commented 1 year ago

@kaveerh What version are you running? What region? If you go to the Service Quotas console page in your AWS account, what do you see for AWS Fargate? https://console.aws.amazon.com/servicequotas/home/services/fargate/quotas

We merged a fix for the new vCPU quotas about a week ago https://github.com/awslabs/aws-saas-boost/pull/390

brtrvn commented 1 year ago

Duplicate of #388