AWS-Java-Samples icon indicating copy to clipboard operation
AWS-Java-Samples copied to clipboard

Create security group for RDS

Open wazcov opened this issue 6 years ago • 3 comments

At the moment we have to manually edit the VPC group to allow all ports for the code to run. This can be done programatically

wazcov avatar Apr 02 '19 09:04 wazcov

I looked at the code and would like to suggest something: instead of creating resources(infrastructure) programatically you could use terraform or cloudformation. I'm up for adding this to the repo if you want.

arnocornette avatar Apr 02 '19 14:04 arnocornette

That would be a cool addition, I think different people may have different use-cases meaning both Java programatical examples and cloudformation examples for achieving the same task would be beneficial in the same repo. Feel free to add and create a PR

wazcov avatar Apr 02 '19 14:04 wazcov

I'll create a PR ;-)

arnocornette avatar Apr 02 '19 15:04 arnocornette