Add cloudformation for RDS.

This commit is contained in:
Steve Pulec 2015-01-11 16:15:08 -05:00
commit 166f4893ba
5 changed files with 238 additions and 18 deletions

View file

@ -996,6 +996,7 @@ class SecurityGroup(object):
self.egress_rules = []
self.enis = {}
self.vpc_id = vpc_id
self.owner_id = "123456789012"
@classmethod
def create_from_cloudformation_json(cls, resource_name, cloudformation_json, region_name):