studio: increase gp3 max size to new aws limit

This commit is contained in:
Charis Lam
2026-05-05 16:44:48 -04:00
parent aee4c8fdd7
commit df180c50a6

View File

@@ -30,7 +30,7 @@ export const DISK_PRICING = {
export const DISK_LIMITS = {
[DiskType.GP3]: {
minStorage: 1,
maxStorage: 16384,
maxStorage: 65536,
minIops: 3000,
maxIops: 16000,
minThroughput: 125,