Reputation: 10033
I'm looking through Boto's online docs for RDS and I'm not seeing anything that lets me list/purchase Reserved Instances. Am I overlooking something? I know Boto has RI support for EC2.
Upvotes: 2
Views: 420
Reputation: 76
I know this is an old post, but I'd like to document that newer versions of Boto3 already implemented a method for getting reserved RDS instances:
client.describe_reserved_db_instances()
Maybe it helps someone in the future :)
Upvotes: 0
Reputation: 45856
You are right. Looks like they have not been implemented yet. If you want to create an issue on github, we can try to get them in there. Thanks for pointing that out.
Upvotes: 1