I have created an LVM Volume group in the AWS ec2 instance. The volume group has two ebs gp2 volumes attached.
https://github.com/awslabs/aws-support-tools/tree/master/EBS/VolumeLimitCalculator
pvscan
PV /dev/nvme5n1 VG vg_log lvm2 [<500.00 GiB / 0 free]
PV /dev/nvme3n1 VG vg_log lvm2 [1.46 TiB / 0 free]
when I run the calculator or 500GB ebs volume, I get the following results
./volume_Limit_calculator.sh
Enter Volume Type:
gp2
Enter Volume Size in GiB:
500
+----------------------------------------------------+
> Maximum Baseline IOPS are 1500 and volume can burst upto 3000
> Maximum Available throughput using burst is 250 MiB/s, if burst bucket is empty maximum available throughput will be 250 MiB/s
when I run the calculator for 1.46 TB ebs volume, I get the following results
Enter Volume Type:
gp2
Enter Volume Size in GiB:
1450
+----------------------------------------------------+
> Maximum available IOPS are 4350
> Maximum Available throughput is 250 MiB/s
when I run the calculator for 2 TB LVM volume , I get the following results
Enter Volume Size in GiB:
2000
+----------------------------------------------------+
> Maximum available IOPS are 6000
> Maximum Available throughput is 250 MiB/s
+----------------------------------------------------+
What is the total Maximum available IOPS for the created LVM volume? is this max 3000 with burstable or 4350 or 6000 or a total of 7350?