issues
search
cloudposse
/
terraform-aws-rds
Terraform module to provision AWS RDS instances
https://cloudposse.com/accelerate
Apache License 2.0
157
stars
180
forks
source link
Update AWS provider to 4.49.0 to support gp3 as storage type
#151
Closed
nachoy2k
closed
1 year ago
nachoy2k
commented
1 year ago
what
Update AWS provider to 4.49.0 (latest) to support gp3 as storage type on RDS instances
why
gp3 storage type is up to 20% cheaper than gp2 and iops or throughput doesn't depend on the volume size.
references
This is a recent enhancement from AWS for RDS instances:
https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/
EBS AWS docs:
https://aws.amazon.com/ebs/general-purpose/
goruha
commented
1 year ago
/test all
goruha
commented
1 year ago
@nachoy2k LGTM Thanks for your contribution.
what
why
references