Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AWS reserved instances usage for RDS #148

Open
kseniyashaydurova opened this issue Dec 22, 2022 · 2 comments
Open

Add support for AWS reserved instances usage for RDS #148

kseniyashaydurova opened this issue Dec 22, 2022 · 2 comments

Comments

@kseniyashaydurova
Copy link

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
Copy link
Author

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

@tthayer
Copy link

tthayer commented Feb 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants