Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Upgrade to RDS API version 2012-04-23 #866

Closed
marksidell opened this issue Jul 14, 2012 · 2 comments
Closed

Upgrade to RDS API version 2012-04-23 #866

marksidell opened this issue Jul 14, 2012 · 2 comments

Comments

@marksidell
Copy link

Boto is currently using RDS API version 2011-04-01. Among other things, this version doesn't provide access to RDS SGs that are associated with VPCs. For example, RDSConnection().get_all_dbsecurity_groups() doesn't list them.

@SirAlvarex
Copy link
Contributor

I also ran into this. I fixed it for myself with the following invocation:

connection = boto.connect_rds()
connection.APIVersion = '2012-09-17'

@jamesls
Copy link
Member

jamesls commented Oct 4, 2012

The RDS API is now at 2012-09-17 as of PR #1028

@jamesls jamesls closed this as completed Oct 4, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants