Please follow AWS official guide to increase the quota requests
Service | Name | Value | Reasoning |
---|---|---|---|
Amazon Elastic Compute Cloud (Amazon EC2) - vCPU limit | Running On-Demand Standard (A, C, D, H, I, M, R, T, Z) Instances | 256 | The vCPU value depends on the number of concurrent developers using the instance. 256 is the minimum recommended setting and is suitable for proof-of-value trials. Consult with your engineer on an appropriate setting for your expected usage levels. Each workspace node consumes 36 vCPUs. So calculate accordingly |
Amazon Elastic Block Store (Amazon EBS) - storage | Storage for General Purpose SSD (gp3) volumes, in TiB | 10 | The default is 50 (or more, depending on region), and is more than acceptable for proof-of-value trials. At a minimum, 10 is needed to support 256 vCPU. Consult with your engineer on an appropriate setting for your expected usage levels. Every 36 vCPU requires 1 TiB of storage. |
AWS Lambdas - concurrent executions | Concurrent executions | 30 | The default is 1,000, and is more than acceptable for proof-of-value trials. 30 is required for Lambdas to interact with your account and the Gitpod Enterprise control plane. |
eu-central-1
region. This is crucial as our control plane, which delivers regular updates, is located in this region. Make sure you have no SCPs denying this communication. For more information about our control plane and regular updates follow Architecture section.
995913728426
. It is exclusively used for Gitpod Enterprise AMI. Make sure you have no SCPs denying related usage. Gitpod distributes new AMI to ship fixes, new features, and security updates.
<your-chosen-instance-name>.gitpod.cloud
. During the deployment of Gitpod, an SSL certificate is automatically generated on your behalf via the AWS Certificate Manager.
Should you opt to utilize a custom domain name, you have the option to disable the automatic certificate generation during deployment by adjusting the relevant parameters. Subsequently, you may supply your preferred domain name and SSL certificate. Below are the necessary details for configuring your SSL certificate:
yourgitpoddomain.com
*.yourgitpoddomain.com
*.ws.yourgitpoddomain.com
(required since the above entry does not include second-level subdomains)