Skip to content

Commit 4d7a115

Browse files
authored
Merge pull request #3836 from yuvipanda/no-templates
Document that we don't need to ask for extra quota on AWS
2 parents c4bfbbf + 4d36309 commit 4d7a115

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docs/hub-deployment-guide/cloud-accounts/new-aws-account.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,9 @@ increase_[^2] for any substantial use of their services. Quotas act as an upper
5151
bound of for example the number of CPUs from a certain machine type and the
5252
amount of public IPs that the account can acquire.
5353

54-
When an AWS account is created under our AWS Organization, a Service Quota
55-
increase request is automatically submitted thanks to what AWS refer to
56-
"Organization templates", "Quota request template", and "Template
57-
association"[^3].
58-
59-
Following account creation, make sure to check our emails to see what is being
60-
requested and if its approved.
54+
When an AWS account is created under our AWS Organization, the default quotas
55+
that AWS applies to our organization are already set up for for the new account.
56+
By default, we don't need to request quota increases here.
6157

6258
We typically need to increase three kinds of quotas described below. The values
6359
of these are all 'Total CPUs' and hence larger nodes consume more quota.
@@ -67,15 +63,15 @@ of these are all 'Total CPUs' and hence larger nodes consume more quota.
6763
These instances are what we use for everything besides the exceptions noted
6864
below.
6965

70-
All our hubs will require an increase in this quota.
66+
By default, AWS grants us 640 quota here.
7167

7268
- **Spot instance quota** (`All Standard (A, C, D, H, I, M, R, T, Z) Spot Instance Requests`)
7369

7470
A spot instance is a cheaper instance not guaranteed to be available like
7571
standard instances are. We configure these to be used by dask worker pods as
7672
created for dask-gateway provided clusters.
7773

78-
Our `daskhub` hubs will require an increase in this quota.
74+
By default, AWS grants us 640 quota here.
7975

8076
- **GPU instance or high memory instance quota**
8177

@@ -84,7 +80,8 @@ of these are all 'Total CPUs' and hence larger nodes consume more quota.
8480
High Memory instances`) is requested specifically to be able to use GPU
8581
powered machines or machines with high amounts of RAM memory.
8682

87-
Our custom tailored hubs will require an increase in this quota.
83+
By default, AWS grants us 64 quota here for GPU instances and 448 for
84+
high memory instances.
8885

8986
### Manually requesting a quota increase
9087

@@ -96,4 +93,3 @@ of these are all 'Total CPUs' and hence larger nodes consume more quota.
9693

9794
[^1]: AWS documentation on creating new accounts in an Organization: <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html>
9895
[^2]: AWS documentation on service quotas: <https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html>
99-
[^3]: AWS documentation on request templates: <https://docs.aws.amazon.com/servicequotas/latest/userguide/organization-templates.html>

0 commit comments

Comments
 (0)