You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub-deployment-guide/cloud-accounts/new-aws-account.md
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,9 @@ increase_[^2] for any substantial use of their services. Quotas act as an upper
51
51
bound of for example the number of CPUs from a certain machine type and the
52
52
amount of public IPs that the account can acquire.
53
53
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.
61
57
62
58
We typically need to increase three kinds of quotas described below. The values
63
59
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.
67
63
These instances are what we use for everything besides the exceptions noted
68
64
below.
69
65
70
-
All our hubs will require an increase in this quota.
66
+
By default, AWS grants us 640 quota here.
71
67
72
68
-**Spot instance quota** (`All Standard (A, C, D, H, I, M, R, T, Z) Spot Instance Requests`)
73
69
74
70
A spot instance is a cheaper instance not guaranteed to be available like
75
71
standard instances are. We configure these to be used by dask worker pods as
76
72
created for dask-gateway provided clusters.
77
73
78
-
Our `daskhub` hubs will require an increase in this quota.
74
+
By default, AWS grants us 640 quota here.
79
75
80
76
-**GPU instance or high memory instance quota**
81
77
@@ -84,7 +80,8 @@ of these are all 'Total CPUs' and hence larger nodes consume more quota.
84
80
High Memory instances`) is requested specifically to be able to use GPU
85
81
powered machines or machines with high amounts of RAM memory.
86
82
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.
88
85
89
86
### Manually requesting a quota increase
90
87
@@ -96,4 +93,3 @@ of these are all 'Total CPUs' and hence larger nodes consume more quota.
96
93
97
94
[^1]: AWS documentation on creating new accounts in an Organization: <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html>
98
95
[^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