-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error: error getting Service Quotas Service Quota (vpc/L-E79EC296): NoSuchResourceException #13075
Comments
I'm hitting a similar error with
|
@ffreitas-te even though Global Accelerator is available in many regions, the quota can only be accessed in the $ aws service-quotas get-aws-default-service-quota --service-code globalaccelerator --quota-code L-BE074EF3 --region us-west-2
An error occurred (NoSuchResourceException) when calling the GetAWSDefaultServiceQuota operation: The request failed because the specified service does not exist.
$ aws service-quotas get-aws-default-service-quota --service-code globalaccelerator --quota-code L-BE074EF3 --region us-east-1
{
"Quota": {
"ServiceCode": "globalaccelerator",
"ServiceName": "AWS Global Accelerator",
"QuotaArn": "arn:aws:servicequotas:::globalaccelerator/L-BE074EF3",
"QuotaCode": "L-BE074EF3",
"QuotaName": "Accelerators per AWS account",
"Value": 20.0,
"Unit": "None",
"Adjustable": true,
"GlobalQuota": true
}
} If you still have problems when using |
@ngortheone are you still seeing your error with a newer version of the provider? If so, can you submit the logs with debugging enabled? See https://www.terraform.io/docs/internals/debugging.html for instructions |
@gdavison I am no longer involved with the project that needed this so it is not easy for me to verify this (lack of free time). Sorry |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Error: NoSuchResourceException is thrown when trying to adjust VPC security groups per Region quota
Other quotas seem to be working fine
Code to reproduce
Such quota DOES exist
Full console output
Similar issues:
The text was updated successfully, but these errors were encountered: