scrapoxy
scrapoxy copied to clipboard
Error: "You have requested more vCPU capacity than your current vCPU limit of 32 allows..."
Hello,
Expected Behavior
I'm trying to launch Scrapoxy without Docker according to 3B
Actual Behavior
There's an error message:
Error: Cannot update or adjust instances: message=You have requested more vCPU capacity than your current vCPU limit of 32 allows for the instance bucket that the specified instance type belongs to. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit.,
stack=VcpuLimitExceeded: You have requested more vCPU capacity than your current vCPU limit of 32 allows for the instance bucket that the specified instance type belongs to. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit.
As a result, no instances would launch.
Steps to Reproduce the Problem
- Launch the Scrapoxy via bash:
scrapoxy start conf.json -d - Wait for ~30 seconds
- The error appears.
Specifications
- Version of Scrapoxy: 3.1.1
Thanks, Ray
There are default limits for various Amazon EC2 instance types. These are based upon the total number of vCPUs simultaneously running. You can access this information by selecting Limits in the sidebar of the EC2 management console.
EC2 instance limits
You can click the Request limit increase button to submit a request for the limit to be increased.
Hello, You should ask AWS limit increase. Here is the documentation