Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

(CLOUD-295) - Add RDS support #161

Closed

Conversation

petems
Copy link
Contributor

@petems petems commented May 6, 2015

Continued from #69

Main requirements for merge from last commits: More spec tests

petems and others added 6 commits May 6, 2015 08:57
The simplest way to connect to an RDS instance is to assosiate it with an EC2 Security group,
which the RDS Security Group provides
It can create db's now. (sort of).

Added the RDS example in the README

I should learn github markup.

Now impliments adding rds instance to security group.

Can now delete RDS instances.

puppet resource rds_instance is now working.

Still learning as I go. :)

Figured it out. Instances no longer throw errors. puppet resource rds_instance is working fine.
* To get an MVP of RDS working, we also need to create an DB Security Group to access it
@petems petems mentioned this pull request May 6, 2015
@@ -0,0 +1,37 @@
require_relative '../../../puppet_z/puppetlabs/aws.rb'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be puppet_x rather than puppet_z

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@petems petems force-pushed the CLOUD-295-add_rds_support branch from 67cf906 to 4f973ee Compare May 12, 2015 17:01
@petems petems force-pushed the CLOUD-295-add_rds_support branch from 4f973ee to 02292a9 Compare May 12, 2015 17:02
@garethr
Copy link
Contributor

garethr commented May 14, 2015

Closing in favour of #165

@garethr garethr closed this May 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants