Skip to content

Commit 5477021

Browse files
authored
Merge pull request #55120 from EricPonvelle/OSDOCS-4824_Update-ROSA-Quotas
OSDOCS-4824: Update ROSA Quotas Table
2 parents f397f17 + 6eb7928 commit 5477021

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

modules/rosa-required-aws-service-quotas.adoc

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,71 +18,88 @@ If you need to modify or increase a specific quota, see Amazon's documentation o
1818

1919
[options="header"]
2020
|===
21-
|Quota name |Service code |Quota code| Minimum required value | Recommended value
21+
|Quota name |Service code |Quota code| Default | Recommended value | Description
2222

23-
|Number of EIPs - VPC EIPs
23+
|EC2-VPC Elastic IPs
2424
|ec2
2525
|L-0263D0A3
2626
|5
2727
|5
28+
| The maximum number of Elastic IP addresses that you can allocate for EC2-VPC in this Region.
2829

2930
|Running On-Demand Standard (A, C, D, H, I, M, R, T, Z) instances
3031
|ec2
3132
|L-1216C47A
3233
|100
3334
|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.
3438

3539
|VPCs per Region
3640
|vpc
3741
|L-F678F1CE
3842
|5
3943
|5
44+
| The maximum number of VPCs per Region. This quota is directly tied to the maximum number of internet gateways per Region.
4045

4146
|Internet gateways per Region
4247
|vpc
4348
|L-A4707A72
4449
|5
4550
|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.
4652

4753
|Network interfaces per Region
4854
|vpc
4955
|L-DF5E4CA3
5056
|5,000
5157
|5,000
58+
| The maximum number of network interfaces per Region.
5259

53-
|General Purpose SSD (gp2) volume storage
60+
|Storage for General Purpose SSD (gp3) volume storage in TiB
5461
|ebs
55-
|L-D18FCD1D
62+
|L-7A658B76
5663
|50
5764
|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.
5868

59-
|Number of EBS snapshots
69+
|Snapshots per Region
6070
|ebs
6171
|L-309BACF6
62-
|300
63-
|300
72+
|10,000
73+
|10,000
74+
| The maximum number of snapshots per Region
6475

65-
|Provisioned IOPS
76+
|IOPS for Provisioned IOPS SSD (Io1) volumes
6677
|ebs
6778
|L-B3A130E6
6879
|300,000
6980
|300,000
81+
| The maximum aggregated number of IOPS that can be provisioned across Provisioned IOPS SDD (io1) volumes in this Region.
7082

71-
|Provisioned IOPS SSD (io1) volume storage
83+
|Storage for Provisioned IOPS SSD (io1) volumes in TiB
7284
|ebs
7385
|L-FD252861
7486
|50
7587
|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.
7691

7792
|Application Load Balancers per Region
7893
|elasticloadbalancing
7994
|L-53DA6B97
8095
|50
8196
|50
97+
|
8298

8399
|Classic Load Balancers per Region
84100
|elasticloadbalancing
85101
|L-E9E9831D
86102
|20
87103
|20
104+
|
88105
|===

0 commit comments

Comments
 (0)