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

Add support for AWS `reserved` instances usage for RDS #148

Open kseniyashaydurova opened 1 year ago

kseniyashaydurova commented 1 year ago

Feature

Currently terraform aws provider has support for Reserved RDS instances (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_reserved_instance)

That would be cool if you add this feature to current module.

Expected Behavior

We would be able to create RDS with reserved instances within current module.

kseniyashaydurova commented 1 year ago

Hi! Is there any progress on this? Will you be able to implement it?

tthayer commented 1 year ago

Reserved instances are more of a billing concept in AWS so you can add them with the built-in aws resource type: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_reserved_instance Instances that match the reservation request will automatically be billed at the reserved instance rate. edit apologies, I didn't see that you were linking to the same documentation.