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: modules/rosa-required-aws-service-quotas.adoc
+26-9Lines changed: 26 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,71 +18,88 @@ If you need to modify or increase a specific quota, see Amazon's documentation o
18
18
19
19
[options="header"]
20
20
|===
21
-
|Quota name |Service code |Quota code| Minimum required value | Recommended value
21
+
|Quota name |Service code |Quota code| Default | Recommended value | Description
22
22
23
-
|Number of EIPs - VPC EIPs
23
+
|EC2-VPC Elastic IPs
24
24
|ec2
25
25
|L-0263D0A3
26
26
|5
27
27
|5
28
+
| The maximum number of Elastic IP addresses that you can allocate for EC2-VPC in this Region.
28
29
29
30
|Running On-Demand Standard (A, C, D, H, I, M, R, T, Z) instances
30
31
|ec2
31
32
|L-1216C47A
32
33
|100
33
34
|100
35
+
| Maximum number of vCPUs assigned to the Running On-Demand Standard (A, C, D, H, I, M, R, T, Z) instances.
36
+
37
+
The default value of 5 vCPUs is not sufficient to create ROSA clusters. ROSA has a minimum requirement of 100 vCPUs for cluster creation.
34
38
35
39
|VPCs per Region
36
40
|vpc
37
41
|L-F678F1CE
38
42
|5
39
43
|5
44
+
| The maximum number of VPCs per Region. This quota is directly tied to the maximum number of internet gateways per Region.
40
45
41
46
|Internet gateways per Region
42
47
|vpc
43
48
|L-A4707A72
44
49
|5
45
50
|5
51
+
| The maximum number of internet gateways per Region. This quota is directly tied to the maximum number of VPCs per Region. To increase this quota, increase the number of VPCs per Region.
46
52
47
53
|Network interfaces per Region
48
54
|vpc
49
55
|L-DF5E4CA3
50
56
|5,000
51
57
|5,000
58
+
| The maximum number of network interfaces per Region.
52
59
53
-
|General Purpose SSD (gp2) volume storage
60
+
|Storage for General Purpose SSD (gp3) volume storage in TiB
54
61
|ebs
55
-
|L-D18FCD1D
62
+
|L-7A658B76
56
63
|50
57
64
|300
65
+
| The maximum aggregated amount of storage, in TiB, that can be provisioned across General Purpose SSD (gp2) volumes in this Region.
66
+
67
+
300 TiB of storage is the required minimum for optimal performance.
58
68
59
-
|Number of EBS snapshots
69
+
|Snapshots per Region
60
70
|ebs
61
71
|L-309BACF6
62
-
|300
63
-
|300
72
+
|10,000
73
+
|10,000
74
+
| The maximum number of snapshots per Region
64
75
65
-
|Provisioned IOPS
76
+
|IOPS for Provisioned IOPS SSD (Io1) volumes
66
77
|ebs
67
78
|L-B3A130E6
68
79
|300,000
69
80
|300,000
81
+
| The maximum aggregated number of IOPS that can be provisioned across Provisioned IOPS SDD (io1) volumes in this Region.
70
82
71
-
|Provisioned IOPS SSD (io1) volume storage
83
+
|Storage for Provisioned IOPS SSD (io1) volumes in TiB
72
84
|ebs
73
85
|L-FD252861
74
86
|50
75
87
|300
88
+
| The maximum aggregated amount of storage, in TiB, that can be provisioned across Provisioned IOPS SSD (io1) volumes in this Region.
89
+
90
+
300 TiB of storage is the required minimum for optimal performance.
0 commit comments