-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Support for RDS Reserved Instances #8521
Comments
+1 |
Are there any plans when can this be done? Kinda need this too |
Is there actually support for EC2 reserved instances? The only documentation I can find is regarding capacity reservations which is a different concept entirely. |
@joshuaganger Doesn't look like it, though I made no claim that the AWS provider supports EC2 reserved instances; I only said that they exist 😉 |
Would like to see this as well. It would be nice to manage this through code as well. |
This would also be useful for aws_elasticsearch_domain resources as well. Not sure if that warrants a separate ticket, probably not given there is a broader effort to support reserved instances in terraform-provider-aws in the first place. |
+1 |
+1, devs still want this |
+1 |
This functionality has been released in v4.35.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Like EC2, Amazon's RDS system also allows the purchase of reserved instances which are used if compatible RDS instances are spun up. It'd be cool if the AWS provider supported the creation of these!
New or Affected Resource(s)
Potential Terraform Configuration
References
https://docs.aws.amazon.com/cli/latest/reference/rds/purchase-reserved-db-instances-offering.html
The text was updated successfully, but these errors were encountered: